#CA91CB

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

Shades of Lilac #CA91CB

Tints of Lilac #CA91CB

Color information

#CA91CB (or 0xCA91CB) is unknown color: approx Lilac. HEX triplet: CA, 91 and CB. RGB value is (202,145,203). Sum of RGB (Red+Green+Blue) = 202+145+203=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 145 (57.03% from 255 or 26.36% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA91CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA91CB is #356E34. Grayscale: #A8A8A8. Windows color (decimal): -3501621 or 13341130. OLE color: 13341130.

HSL color Cylindrical-coordinate representation of color #CA91CB: hue angle of 298.97º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA91CB is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB202145203-
CMYK0.000.2900.20
HSL298.97º35.8%68.24%-
HSV(B)298.97º28.57%79.61%-
XYZ45.2637.1261.28-
YUV168.65147.38151.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.73%
GREEN value IS 145 (57.03% from 255) = 26.36%
BLUE value IS 203 (79.69% from 255) = 36.91%
R=36.73%
G=26.36%
B=36.91%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021452030.000.2900.20298.9735.868.24
HexCA91CB01D01412b2444
Octal31222131303502445344104
Binary1100101010010001110010110111010101001001010111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA91CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA91CB; }

 p { color: rgb(202,145,203); }

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

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

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

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

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

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

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