#CA91CC

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

Shades of Lilac #CA91CC

Tints of Lilac #CA91CC

Color information

#CA91CC (or 0xCA91CC) is unknown color: approx Lilac. HEX triplet: CA, 91 and CC. RGB value is (202,145,204). Sum of RGB (Red+Green+Blue) = 202+145+204=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 145 (57.03% from 255 or 26.32% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA91CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA91CC is #356E33. Grayscale: #A8A8A8. Windows color (decimal): -3501620 or 13406666. OLE color: 13406666.

HSL color Cylindrical-coordinate representation of color #CA91CC: hue angle of 297.97º degrees, saturation: 0.37, 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 #CA91CC is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB202145204-
CMYK0.010.2900.2
HSL297.97º36.65%68.43%-
HSV(B)297.97º28.92%80%-
XYZ45.3837.1761.91-
YUV168.77147.88151.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.66%
GREEN value IS 145 (57.03% from 255) = 26.32%
BLUE value IS 204 (80.08% from 255) = 37.02%
R=36.66%
G=26.32%
B=37.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2021452040.010.2900.2297.9736.6568.43
HexCA91CC11D01412a2544
Octal31222131413502445245104
Binary1100101010010001110011001111010101001001010101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA91CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA91CC; }

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

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

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

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

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

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

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

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