#C886C6

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

Shades of Lilac #C886C6

Tints of Lilac #C886C6

Color information

#C886C6 (or 0xC886C6) is unknown color: approx Lilac. HEX triplet: C8, 86 and C6. RGB value is (200,134,198). Sum of RGB (Red+Green+Blue) = 200+134+198=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 134 (52.73% from 255 or 25.19% from 532); Blue value is 198 (77.73% from 255 or 37.22% from 532); Max value from RGB is 200 - color contains mainly: red. Hex color #C886C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C886C6 is #377939. Grayscale: #A0A0A0. Windows color (decimal): -3635514 or 13010632. OLE color: 13010632.

HSL color Cylindrical-coordinate representation of color #C886C6: hue angle of 301.82º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C886C6 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB200134198-
CMYK00.330.010.22
HSL301.82º37.5%65.49%-
HSV(B)301.82º33%78.43%-
XYZ42.5433.4157.63-
YUV161.03148.87155.8-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.59%
GREEN value IS 134 (52.73% from 255) = 25.19%
BLUE value IS 198 (77.73% from 255) = 37.22%
R=37.59%
G=25.19%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013419800.330.010.22301.8237.565.49
HexC886C602111612e2641
Octal31020630604112645646101
Binary11001000100001101100011001000011101101001011101001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C886C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C886C6; }

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

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

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

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

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

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

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

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