#CA9BC8

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

Shades of Lilac #CA9BC8

Tints of Lilac #CA9BC8

Color information

#CA9BC8 (or 0xCA9BC8) is unknown color: approx Lilac. HEX triplet: CA, 9B and C8. RGB value is (202,155,200). Sum of RGB (Red+Green+Blue) = 202+155+200=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 155 (60.94% from 255 or 27.83% from 557); Blue value is 200 (78.52% from 255 or 35.91% from 557); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9BC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9BC8 is #356437. Grayscale: #AEAEAE. Windows color (decimal): -3499064 or 13147082. OLE color: 13147082.

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

Color convert

RGB202155200-
CMYK00.230.010.21
HSL302.55º30.72%70%-
HSV(B)302.55º23.27%79.22%-
XYZ46.540.1759.95-
YUV174.18142.57147.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.27%
GREEN value IS 155 (60.94% from 255) = 27.83%
BLUE value IS 200 (78.52% from 255) = 35.91%
R=36.27%
G=27.83%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215520000.230.010.21302.5530.7270
HexCA9BC801711512f1f46
Octal31223331002712545737106
Binary110010101001101111001000010111110101100101111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9BC8; }

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

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

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

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

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

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

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

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