#182 Thistle3
#D7AFD7
ExtendedHEX#D7AFD7
RGB215, 175, 215
HSL300°, 33%, 76%
CMYK0%, 19%, 0%, 16%
Xterm ID182
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;182m Background (fondo)
\x1b[48;5;182m Bash echo
echo -e "\033[38;5;182mTexto\033[0m" Python
print(f"\033[38;5;182mTexto\033[0m") CSS
Color HEX
color: #D7AFD7; Color RGB
color: rgb(215, 175, 215); Background
background-color: #D7AFD7;