#C886CB

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

Shades of Lilac #C886CB

Tints of Lilac #C886CB

Color information

#C886CB (or 0xC886CB) is unknown color: approx Lilac. HEX triplet: C8, 86 and CB. RGB value is (200,134,203). Sum of RGB (Red+Green+Blue) = 200+134+203=537 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.24% from 537); Green value is 134 (52.73% from 255 or 24.95% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 203 - color contains mainly: blue. Hex color #C886CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C886CB is #377934. Grayscale: #A1A1A1. Windows color (decimal): -3635509 or 13338312. OLE color: 13338312.

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

Color convert

RGB200134203-
CMYK0.010.3400.20
HSL297.39º39.88%66.08%-
HSV(B)297.39º33.99%79.61%-
XYZ43.1233.6460.72-
YUV161.6151.37155.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.24%
GREEN value IS 134 (52.73% from 255) = 24.95%
BLUE value IS 203 (79.69% from 255) = 37.80%
R=37.24%
G=24.95%
B=37.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2001342030.010.3400.20297.3939.8866.08
HexC886CB1220141292842
Octal31020631314202445150102
Binary11001000100001101100101111000100101001001010011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C886CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C886CB; }

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

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

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

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

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

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

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

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