#CA91CE

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

Shades of Lilac #CA91CE

Tints of Lilac #CA91CE

Color information

#CA91CE (or 0xCA91CE) is unknown color: approx Lilac. HEX triplet: CA, 91 and CE. RGB value is (202,145,206). Sum of RGB (Red+Green+Blue) = 202+145+206=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 145 (57.03% from 255 or 26.22% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA91CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA91CE is #356E31. Grayscale: #A8A8A8. Windows color (decimal): -3501618 or 13537738. OLE color: 13537738.

HSL color Cylindrical-coordinate representation of color #CA91CE: hue angle of 296.07º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA91CE is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB202145206-
CMYK0.020.3000.19
HSL296.07º38.36%68.82%-
HSV(B)296.07º29.61%80.78%-
XYZ45.6237.2663.18-
YUV169148.88151.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.53%
GREEN value IS 145 (57.03% from 255) = 26.22%
BLUE value IS 206 (80.86% from 255) = 37.25%
R=36.53%
G=26.22%
B=37.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021452060.020.3000.19296.0738.3668.82
HexCA91CE21E0131282645
Octal31222131623602345046105
Binary11001010100100011100111010111100100111001010001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA91CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA91CE; }

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

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

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

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

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

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

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

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