#CA8FC2

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

Shades of Lilac #CA8FC2

Tints of Lilac #CA8FC2

Color information

#CA8FC2 (or 0xCA8FC2) is unknown color: approx Lilac. HEX triplet: CA, 8F and C2. RGB value is (202,143,194). Sum of RGB (Red+Green+Blue) = 202+143+194=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 143 (56.25% from 255 or 26.53% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8FC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8FC2 is #35703D. Grayscale: #A6A6A6. Windows color (decimal): -3502142 or 12750794. OLE color: 12750794.

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

Color convert

RGB202143194-
CMYK00.290.040.21
HSL308.14º35.76%67.65%-
HSV(B)308.14º29.21%79.22%-
XYZ43.9236.155.69-
YUV166.46143.55153.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.48%
GREEN value IS 143 (56.25% from 255) = 26.53%
BLUE value IS 194 (76.17% from 255) = 35.99%
R=37.48%
G=26.53%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214319400.290.040.21308.1435.7667.65
HexCA8FC201D4151342444
Octal31221730203542546444104
Binary110010101000111111000010011101100101011001101001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8FC2; }

 p { color: rgb(202,143,194); }

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

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

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

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

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

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

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