#C9A8CD

Color #C9A8CD Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #C9A8CD

Tints of Lilac #C9A8CD

Color information

#C9A8CD (or 0xC9A8CD) is unknown color: approx Lilac. HEX triplet: C9, A8 and CD. RGB value is (201,168,205). Sum of RGB (Red+Green+Blue) = 201+168+205=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 168 (66.02% from 255 or 29.27% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 205 - color contains mainly: blue. Hex color #C9A8CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A8CD is #365732. Grayscale: #B5B5B5. Windows color (decimal): -3561267 or 13478089. OLE color: 13478089.

HSL color Cylindrical-coordinate representation of color #C9A8CD: hue angle of 293.51º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9A8CD is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB201168205-
CMYK0.020.1800.20
HSL293.51º27.01%73.14%-
HSV(B)293.51º18.05%80.39%-
XYZ49.1144.8363.82-
YUV182.08140.93141.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 35.02%
GREEN value IS 168 (66.02% from 255) = 29.27%
BLUE value IS 205 (80.47% from 255) = 35.71%
R=35.02%
G=29.27%
B=35.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011682050.020.1800.20293.5127.0173.14
HexC9A8CD2120141261b49
Octal31125031522202444633111
Binary1100100110101000110011011010010010100100100110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A8CD; }

 p { color: rgb(201,168,205); }

 H1.HeaderClassName
 {
   color: #C9A8CD;
 }
 .AnyTagClassName
 {
   color: #C9A8CD;
 }
</style>
background-color css

<style>
 a { background-color: #C9A8CD; }

 a { background-color: rgb(201,168,205); }

 div.DivClassName
 {
   background-color: #C9A8CD;
 }
 .BgClassName
 {
   background-color: #C9A8CD;
 }
</style>
border-color css

<style>
 span { border-color: #C9A8CD; }

 span { border-color: rgb(201,168,205); }

 td.TdClassName
 {
   border-color: #C9A8CD;
 }
 .TagClassName
 {
   border-color: #C9A8CD;
 }
</style>