#CA91C1

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

Shades of Lilac #CA91C1

Tints of Lilac #CA91C1

Color information

#CA91C1 (or 0xCA91C1) is unknown color: approx Lilac. HEX triplet: CA, 91 and C1. RGB value is (202,145,193). Sum of RGB (Red+Green+Blue) = 202+145+193=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 145 (57.03% from 255 or 26.85% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 202 - color contains mainly: red. Hex color #CA91C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA91C1 is #356E3E. Grayscale: #A7A7A7. Windows color (decimal): -3501631 or 12685770. OLE color: 12685770.

HSL color Cylindrical-coordinate representation of color #CA91C1: hue angle of 309.47º 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 #CA91C1 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB202145193-
CMYK00.280.040.21
HSL309.47º34.97%68.04%-
HSV(B)309.47º28.22%79.22%-
XYZ44.1136.6655.2-
YUV167.52142.38152.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.41%
GREEN value IS 145 (57.03% from 255) = 26.85%
BLUE value IS 193 (75.78% from 255) = 35.74%
R=37.41%
G=26.85%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214519300.280.040.21309.4734.9768.04
HexCA91C101C4151352344
Octal31222130103442546543104
Binary110010101001000111000001011100100101011001101011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA91C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA91C1; }

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

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

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

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

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

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

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

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