#CA91CF

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

Shades of Lilac #CA91CF

Tints of Lilac #CA91CF

Color information

#CA91CF (or 0xCA91CF) is unknown color: approx Lilac. HEX triplet: CA, 91 and CF. RGB value is (202,145,207). Sum of RGB (Red+Green+Blue) = 202+145+207=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 145 (57.03% from 255 or 26.17% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA91CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA91CF is #356E30. Grayscale: #A8A8A8. Windows color (decimal): -3501617 or 13603274. OLE color: 13603274.

HSL color Cylindrical-coordinate representation of color #CA91CF: hue angle of 295.16º degrees, saturation: 0.39, 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 #CA91CF is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB202145207-
CMYK0.020.3000.19
HSL295.16º39.24%69.02%-
HSV(B)295.16º29.95%81.18%-
XYZ45.7537.3163.82-
YUV169.11149.38151.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.46%
GREEN value IS 145 (57.03% from 255) = 26.17%
BLUE value IS 207 (81.25% from 255) = 37.36%
R=36.46%
G=26.17%
B=37.36%

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
Decimal2021452070.020.3000.19295.1639.2469.02
HexCA91CF21E0131272745
Octal31222131723602344747105
Binary11001010100100011100111110111100100111001001111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA91CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA91CF; }

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

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

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

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

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

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

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

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