#CA86C0

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

Shades of Lilac #CA86C0

Tints of Lilac #CA86C0

Color information

#CA86C0 (or 0xCA86C0) is unknown color: approx Lilac. HEX triplet: CA, 86 and C0. RGB value is (202,134,192). Sum of RGB (Red+Green+Blue) = 202+134+192=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 134 (52.73% from 255 or 25.38% from 528); Blue value is 192 (75.39% from 255 or 36.36% from 528); Max value from RGB is 202 - color contains mainly: red. Hex color #CA86C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA86C0 is #35793F. Grayscale: #A0A0A0. Windows color (decimal): -3504448 or 12617418. OLE color: 12617418.

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

Color convert

RGB202134192-
CMYK00.340.050.21
HSL308.82º39.08%65.88%-
HSV(B)308.82º33.66%79.22%-
XYZ42.433.4154.08-
YUV160.94145.53157.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.26%
GREEN value IS 134 (52.73% from 255) = 25.38%
BLUE value IS 192 (75.39% from 255) = 36.36%
R=38.26%
G=25.38%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213419200.340.050.21308.8239.0865.88
HexCA86C00225151352742
Octal31220630004252546547102
Binary1100101010000110110000000100010101101011001101011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA86C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA86C0; }

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

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

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

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

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

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

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

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