#CA9ED2

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

Shades of Lilac #CA9ED2

Tints of Lilac #CA9ED2

Color information

#CA9ED2 (or 0xCA9ED2) is unknown color: approx Lilac. HEX triplet: CA, 9E and D2. RGB value is (202,158,210). Sum of RGB (Red+Green+Blue) = 202+158+210=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 158 (62.11% from 255 or 27.72% from 570); Blue value is 210 (82.42% from 255 or 36.84% from 570); Max value from RGB is 210 - color contains mainly: blue. Hex color #CA9ED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9ED2 is #35612D. Grayscale: #B0B0B0. Windows color (decimal): -3498286 or 13803210. OLE color: 13803210.

HSL color Cylindrical-coordinate representation of color #CA9ED2: hue angle of 290.77º 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 #CA9ED2 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB202158210-
CMYK0.040.2500.18
HSL290.77º36.62%72.16%-
HSV(B)290.77º24.76%82.35%-
XYZ48.2241.6666.47-
YUV177.08146.58145.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.44%
GREEN value IS 158 (62.11% from 255) = 27.72%
BLUE value IS 210 (82.42% from 255) = 36.84%
R=35.44%
G=27.72%
B=36.84%

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
Decimal2021582100.040.2500.18290.7736.6272.16
HexCA9ED24190121232548
Octal31223632243102244345110
Binary110010101001111011010010100110010100101001000111001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9ED2; }

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

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

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

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

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

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

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

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