The following information is based on Color formats information: Specifying Colors in Matplotlib.
COLOR Attribute Support
- Case-insensitive RGB string equivalent hex shorthand of duplicated characters: #rgb or #rrggbb color, e.g. #f12 and #ff1122
- Single-character shorthand notation (e.g., r, g, b).
- CSS4 color names (see Named Colors on w3.org)
- xkcd color names (see RGB Monitor Colors) with xkcd: prefix, e.g., xkcd:tan
- Tableau colors (Teradata supports case sensitive usage only) with tab: prefix e.g., tab:blue, tab:orange.
- CN colors (i.e., C0, C1, ... C9).
COLOR Attribute Limitations
- Teradata supports RGB color only and does not allow use of float values when specifying color.
- While Matplotlib may support more color names in the future, Teradata will use only the ones specified here.