#CA9DC8

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

Shades of Lilac #CA9DC8

Tints of Lilac #CA9DC8

Color information

#CA9DC8 (or 0xCA9DC8) is unknown color: approx Lilac. HEX triplet: CA, 9D and C8. RGB value is (202,157,200). Sum of RGB (Red+Green+Blue) = 202+157+200=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 157 (61.72% from 255 or 28.09% from 559); Blue value is 200 (78.52% from 255 or 35.78% from 559); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9DC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9DC8 is #356237. Grayscale: #AFAFAF. Windows color (decimal): -3498552 or 13147594. OLE color: 13147594.

HSL color Cylindrical-coordinate representation of color #CA9DC8: hue angle of 302.67º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CA9DC8 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB202157200-
CMYK00.220.010.21
HSL302.67º29.8%70.39%-
HSV(B)302.67º22.28%79.22%-
XYZ46.8440.8460.06-
YUV175.36141.91147-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.14%
GREEN value IS 157 (61.72% from 255) = 28.09%
BLUE value IS 200 (78.52% from 255) = 35.78%
R=36.14%
G=28.09%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215720000.220.010.21302.6729.870.39
HexCA9DC801611512f1e46
Octal31223531002612545736106
Binary110010101001110111001000010110110101100101111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9DC8; }

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

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

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

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

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

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

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

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