#CB86CB

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

Shades of Lilac #CB86CB

Tints of Lilac #CB86CB

Color information

#CB86CB (or 0xCB86CB) is unknown color: approx Lilac. HEX triplet: CB, 86 and CB. RGB value is (203,134,203). Sum of RGB (Red+Green+Blue) = 203+134+203=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 134 (52.73% from 255 or 24.81% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB86CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB86CB is #347934. Grayscale: #A2A2A2. Windows color (decimal): -3438901 or 13338315. OLE color: 13338315.

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

Color convert

RGB203134203-
CMYK00.3400.20
HSL300º39.88%66.08%-
HSV(B)300º33.99%79.61%-
XYZ43.9334.0660.76-
YUV162.5150.86156.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.59%
GREEN value IS 134 (52.73% from 255) = 24.81%
BLUE value IS 203 (79.69% from 255) = 37.59%
R=37.59%
G=24.81%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313420300.3400.2030039.8866.08
HexCB86CB02201412c2842
Octal31320631304202445450102
Binary11001011100001101100101101000100101001001011001010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB86CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB86CB; }

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

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

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

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

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

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

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

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