#CA91CD

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

Shades of Lilac #CA91CD

Tints of Lilac #CA91CD

Color information

#CA91CD (or 0xCA91CD) is unknown color: approx Lilac. HEX triplet: CA, 91 and CD. RGB value is (202,145,205). Sum of RGB (Red+Green+Blue) = 202+145+205=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 145 (57.03% from 255 or 26.27% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA91CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA91CD is #356E32. Grayscale: #A8A8A8. Windows color (decimal): -3501619 or 13472202. OLE color: 13472202.

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

Color convert

RGB202145205-
CMYK0.010.2900.20
HSL297º37.5%68.63%-
HSV(B)297º29.27%80.39%-
XYZ45.537.2262.54-
YUV168.88148.38151.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.59%
GREEN value IS 145 (57.03% from 255) = 26.27%
BLUE value IS 205 (80.47% from 255) = 37.14%
R=36.59%
G=26.27%
B=37.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021452050.010.2900.2029737.568.63
HexCA91CD11D0141292545
Octal31222131513502445145105
Binary1100101010010001110011011111010101001001010011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA91CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA91CD; }

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

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

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

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

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

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

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

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