#CA86C9

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

Shades of Lilac #CA86C9

Tints of Lilac #CA86C9

Color information

#CA86C9 (or 0xCA86C9) is unknown color: approx Lilac. HEX triplet: CA, 86 and C9. RGB value is (202,134,201). Sum of RGB (Red+Green+Blue) = 202+134+201=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 134 (52.73% from 255 or 24.95% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CA86C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA86C9 is #357936. Grayscale: #A1A1A1. Windows color (decimal): -3504439 or 13207242. OLE color: 13207242.

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

Color convert

RGB202134201-
CMYK00.340.000.21
HSL300.88º39.08%65.88%-
HSV(B)300.88º33.66%79.22%-
XYZ43.4233.8259.5-
YUV161.97150.03156.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.62%
GREEN value IS 134 (52.73% from 255) = 24.95%
BLUE value IS 201 (78.91% from 255) = 37.43%
R=37.62%
G=24.95%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213420100.340.000.21300.8839.0865.88
HexCA86C902201512d2742
Octal31220631104202545547102
Binary11001010100001101100100101000100101011001011011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA86C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA86C9; }

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

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

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

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

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

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

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

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