#CA9DD2

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

Shades of Lilac #CA9DD2

Tints of Lilac #CA9DD2

Color information

#CA9DD2 (or 0xCA9DD2) is unknown color: approx Lilac. HEX triplet: CA, 9D and D2. RGB value is (202,157,210). Sum of RGB (Red+Green+Blue) = 202+157+210=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 157 (61.72% from 255 or 27.59% from 569); Blue value is 210 (82.42% from 255 or 36.91% from 569); Max value from RGB is 210 - color contains mainly: blue. Hex color #CA9DD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9DD2 is #35622D. Grayscale: #B0B0B0. Windows color (decimal): -3498542 or 13802954. OLE color: 13802954.

HSL color Cylindrical-coordinate representation of color #CA9DD2: hue angle of 290.94º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CA9DD2 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB202157210-
CMYK0.040.2500.18
HSL290.94º37.06%71.96%-
HSV(B)290.94º25.24%82.35%-
XYZ48.0541.3266.42-
YUV176.5146.91146.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.50%
GREEN value IS 157 (61.72% from 255) = 27.59%
BLUE value IS 210 (82.42% from 255) = 36.91%
R=35.50%
G=27.59%
B=36.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021572100.040.2500.18290.9437.0671.96
HexCA9DD24190121232548
Octal31223532243102244345110
Binary110010101001110111010010100110010100101001000111001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9DD2; }

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

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

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

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

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

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

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

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