#CA86CB

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

Shades of Lilac #CA86CB

Tints of Lilac #CA86CB

Color information

#CA86CB (or 0xCA86CB) is unknown color: approx Lilac. HEX triplet: CA, 86 and CB. RGB value is (202,134,203). Sum of RGB (Red+Green+Blue) = 202+134+203=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 134 (52.73% from 255 or 24.86% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA86CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA86CB is #357934. Grayscale: #A1A1A1. Windows color (decimal): -3504437 or 13338314. OLE color: 13338314.

HSL color Cylindrical-coordinate representation of color #CA86CB: hue angle of 299.13º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA86CB is Cyan = 0.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB202134203-
CMYK0.000.3400.20
HSL299.13º39.88%66.08%-
HSV(B)299.13º33.99%79.61%-
XYZ43.6633.9260.75-
YUV162.2151.03156.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.48%
GREEN value IS 134 (52.73% from 255) = 24.86%
BLUE value IS 203 (79.69% from 255) = 37.66%
R=37.48%
G=24.86%
B=37.66%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021342030.000.3400.20299.1339.8866.08
HexCA86CB02201412b2842
Octal31220631304202445350102
Binary11001010100001101100101101000100101001001010111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA86CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA86CB; }

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

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

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

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

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

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

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

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