#CA91CA

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

Shades of Lilac #CA91CA

Tints of Lilac #CA91CA

Color information

#CA91CA (or 0xCA91CA) is unknown color: approx Lilac. HEX triplet: CA, 91 and CA. RGB value is (202,145,202). Sum of RGB (Red+Green+Blue) = 202+145+202=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 145 (57.03% from 255 or 26.41% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA91CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA91CA is #356E35. Grayscale: #A8A8A8. Windows color (decimal): -3501622 or 13275594. OLE color: 13275594.

HSL color Cylindrical-coordinate representation of color #CA91CA: hue angle of 300º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CA91CA is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB202145202-
CMYK00.2800.21
HSL300º34.97%68.04%-
HSV(B)300º28.22%79.22%-
XYZ45.1437.0760.65-
YUV168.54146.88151.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.79%
GREEN value IS 145 (57.03% from 255) = 26.41%
BLUE value IS 202 (79.30% from 255) = 36.79%
R=36.79%
G=26.41%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214520200.2800.2130034.9768.04
HexCA91CA01C01512c2344
Octal31222131203402545443104
Binary1100101010010001110010100111000101011001011001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA91CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA91CA; }

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

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

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

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

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

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

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

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