#CA9BCC

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

Shades of Lilac #CA9BCC

Tints of Lilac #CA9BCC

Color information

#CA9BCC (or 0xCA9BCC) is unknown color: approx Lilac. HEX triplet: CA, 9B and CC. RGB value is (202,155,204). Sum of RGB (Red+Green+Blue) = 202+155+204=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 155 (60.94% from 255 or 27.63% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA9BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9BCC is #356433. Grayscale: #AEAEAE. Windows color (decimal): -3499060 or 13409226. OLE color: 13409226.

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

Color convert

RGB202155204-
CMYK0.010.2400.2
HSL297.55º32.45%70.39%-
HSV(B)297.55º24.02%80%-
XYZ46.9840.3662.44-
YUV174.64144.57147.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.01%
GREEN value IS 155 (60.94% from 255) = 27.63%
BLUE value IS 204 (80.08% from 255) = 36.36%
R=36.01%
G=27.63%
B=36.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2021552040.010.2400.2297.5532.4570.39
HexCA9BCC11801412a2046
Octal31223331413002445240106
Binary1100101010011011110011001110000101001001010101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9BCC; }

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

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

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

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

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

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

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

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