#CA9BCA

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

Shades of Lilac #CA9BCA

Tints of Lilac #CA9BCA

Color information

#CA9BCA (or 0xCA9BCA) is unknown color: approx Lilac. HEX triplet: CA, 9B and CA. RGB value is (202,155,202). Sum of RGB (Red+Green+Blue) = 202+155+202=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA9BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9BCA is #356435. Grayscale: #AEAEAE. Windows color (decimal): -3499062 or 13278154. OLE color: 13278154.

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

Color convert

RGB202155202-
CMYK00.2300.21
HSL300º30.72%70%-
HSV(B)300º23.27%79.22%-
XYZ46.7440.2661.19-
YUV174.41143.57147.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.14%
GREEN value IS 155 (60.94% from 255) = 27.73%
BLUE value IS 202 (79.30% from 255) = 36.14%
R=36.14%
G=27.73%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215520200.2300.2130030.7270
HexCA9BCA01701512c1f46
Octal31223331202702545437106
Binary110010101001101111001010010111010101100101100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9BCA; }

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

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

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

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

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

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

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

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