#C886C8

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

Shades of Lilac #C886C8

Tints of Lilac #C886C8

Color information

#C886C8 (or 0xC886C8) is unknown color: approx Lilac. HEX triplet: C8, 86 and C8. RGB value is (200,134,200). Sum of RGB (Red+Green+Blue) = 200+134+200=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 134 (52.73% from 255 or 25.09% from 534); Blue value is 200 (78.52% from 255 or 37.45% from 534); Max value from RGB is 200 - color contains mainly: red, blue. Hex color #C886C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C886C8 is #377937. Grayscale: #A1A1A1. Windows color (decimal): -3635512 or 13141704. OLE color: 13141704.

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

Color convert

RGB200134200-
CMYK00.3300.22
HSL300º37.5%65.49%-
HSV(B)300º33%78.43%-
XYZ42.7733.558.86-
YUV161.26149.87155.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.45%
GREEN value IS 134 (52.73% from 255) = 25.09%
BLUE value IS 200 (78.52% from 255) = 37.45%
R=37.45%
G=25.09%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013420000.3300.2230037.565.49
HexC886C802101612c2641
Octal31020631004102645446101
Binary11001000100001101100100001000010101101001011001001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C886C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C886C8; }

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

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

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

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

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

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

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

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