#CA86C2

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

Shades of Lilac #CA86C2

Tints of Lilac #CA86C2

Color information

#CA86C2 (or 0xCA86C2) is unknown color: approx Lilac. HEX triplet: CA, 86 and C2. RGB value is (202,134,194). Sum of RGB (Red+Green+Blue) = 202+134+194=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 134 (52.73% from 255 or 25.28% from 530); Blue value is 194 (76.17% from 255 or 36.60% from 530); Max value from RGB is 202 - color contains mainly: red. Hex color #CA86C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA86C2 is #35793D. Grayscale: #A1A1A1. Windows color (decimal): -3504446 or 12748490. OLE color: 12748490.

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

Color convert

RGB202134194-
CMYK00.340.040.21
HSL307.06º39.08%65.88%-
HSV(B)307.06º33.66%79.22%-
XYZ42.6233.555.26-
YUV161.17146.53157.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.11%
GREEN value IS 134 (52.73% from 255) = 25.28%
BLUE value IS 194 (76.17% from 255) = 36.60%
R=38.11%
G=25.28%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213419400.340.040.21307.0639.0865.88
HexCA86C20224151332742
Octal31220630204242546347102
Binary1100101010000110110000100100010100101011001100111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA86C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA86C2; }

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

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

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

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

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

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

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

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