#CA86CA

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

Shades of Lilac #CA86CA

Tints of Lilac #CA86CA

Color information

#CA86CA (or 0xCA86CA) is unknown color: approx Lilac. HEX triplet: CA, 86 and CA. RGB value is (202,134,202). Sum of RGB (Red+Green+Blue) = 202+134+202=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 134 (52.73% from 255 or 24.91% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA86CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA86CA is #357935. Grayscale: #A1A1A1. Windows color (decimal): -3504438 or 13272778. OLE color: 13272778.

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

Color convert

RGB202134202-
CMYK00.3400.21
HSL300º39.08%65.88%-
HSV(B)300º33.66%79.22%-
XYZ43.5433.8760.12-
YUV162.08150.53156.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.55%
GREEN value IS 134 (52.73% from 255) = 24.91%
BLUE value IS 202 (79.30% from 255) = 37.55%
R=37.55%
G=24.91%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213420200.3400.2130039.0865.88
HexCA86CA02201512c2742
Octal31220631204202545447102
Binary11001010100001101100101001000100101011001011001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA86CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA86CA; }

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

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

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

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

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

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

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

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