#CA9DCC

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

Shades of Lilac #CA9DCC

Tints of Lilac #CA9DCC

Color information

#CA9DCC (or 0xCA9DCC) is unknown color: approx Lilac. HEX triplet: CA, 9D and CC. RGB value is (202,157,204). Sum of RGB (Red+Green+Blue) = 202+157+204=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 157 (61.72% from 255 or 27.89% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA9DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9DCC is #356233. Grayscale: #AFAFAF. Windows color (decimal): -3498548 or 13409738. OLE color: 13409738.

HSL color Cylindrical-coordinate representation of color #CA9DCC: hue angle of 297.45º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CA9DCC is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB202157204-
CMYK0.010.2300.2
HSL297.45º31.54%70.78%-
HSV(B)297.45º23.04%80%-
XYZ47.3141.0362.55-
YUV175.81143.91146.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.88%
GREEN value IS 157 (61.72% from 255) = 27.89%
BLUE value IS 204 (80.08% from 255) = 36.23%
R=35.88%
G=27.89%
B=36.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2021572040.010.2300.2297.4531.5470.78
HexCA9DCC1170141292047
Octal31223531412702445140107
Binary1100101010011101110011001101110101001001010011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9DCC; }

 p { color: rgb(202,157,204); }

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

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

 a { background-color: rgb(202,157,204); }

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

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

 span { border-color: rgb(202,157,204); }

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