#CA9DCB

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

Shades of Lilac #CA9DCB

Tints of Lilac #CA9DCB

Color information

#CA9DCB (or 0xCA9DCB) is unknown color: approx Lilac. HEX triplet: CA, 9D and CB. RGB value is (202,157,203). Sum of RGB (Red+Green+Blue) = 202+157+203=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 157 (61.72% from 255 or 27.94% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA9DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9DCB is #356234. Grayscale: #AFAFAF. Windows color (decimal): -3498549 or 13344202. OLE color: 13344202.

HSL color Cylindrical-coordinate representation of color #CA9DCB: hue angle of 298.7º degrees, saturation: 0.31, 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 #CA9DCB is Cyan = 0.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB202157203-
CMYK0.000.2300.20
HSL298.7º30.67%70.59%-
HSV(B)298.7º22.66%79.61%-
XYZ47.1940.9861.92-
YUV175.7143.41146.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.94%
GREEN value IS 157 (61.72% from 255) = 27.94%
BLUE value IS 203 (79.69% from 255) = 36.12%
R=35.94%
G=27.94%
B=36.12%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021572030.000.2300.20298.730.6770.59
HexCA9DCB01701412b1f47
Octal31223531302702445337107
Binary110010101001110111001011010111010100100101011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9DCB; }

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

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

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

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

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

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

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

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