#CA9BC2

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

Shades of Lilac #CA9BC2

Tints of Lilac #CA9BC2

Color information

#CA9BC2 (or 0xCA9BC2) is unknown color: approx Lilac. HEX triplet: CA, 9B and C2. RGB value is (202,155,194). Sum of RGB (Red+Green+Blue) = 202+155+194=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 155 (60.94% from 255 or 28.13% from 551); Blue value is 194 (76.17% from 255 or 35.21% from 551); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9BC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9BC2 is #35643D. Grayscale: #ADADAD. Windows color (decimal): -3499070 or 12753866. OLE color: 12753866.

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

Color convert

RGB202155194-
CMYK00.230.040.21
HSL310.21º30.72%70%-
HSV(B)310.21º23.27%79.22%-
XYZ45.8239.8956.32-
YUV173.5139.57148.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.66%
GREEN value IS 155 (60.94% from 255) = 28.13%
BLUE value IS 194 (76.17% from 255) = 35.21%
R=36.66%
G=28.13%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215519400.230.040.21310.2130.7270
HexCA9BC20174151361f46
Octal31223330202742546637106
Binary11001010100110111100001001011110010101100110110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9BC2; }

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

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

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

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

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

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

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

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