#C886CD

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

Shades of Lilac #C886CD

Tints of Lilac #C886CD

Color information

#C886CD (or 0xC886CD) is unknown color: approx Lilac. HEX triplet: C8, 86 and CD. RGB value is (200,134,205). Sum of RGB (Red+Green+Blue) = 200+134+205=539 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.11% from 539); Green value is 134 (52.73% from 255 or 24.86% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 205 - color contains mainly: blue. Hex color #C886CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C886CD is #377932. Grayscale: #A1A1A1. Windows color (decimal): -3635507 or 13469384. OLE color: 13469384.

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

Color convert

RGB200134205-
CMYK0.020.3500.20
HSL295.77º41.52%66.47%-
HSV(B)295.77º34.63%80.39%-
XYZ43.3633.7461.98-
YUV161.83152.37155.23-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.11%
GREEN value IS 134 (52.73% from 255) = 24.86%
BLUE value IS 205 (80.47% from 255) = 38.03%
R=37.11%
G=24.86%
B=38.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2001342050.020.3500.20295.7741.5266.47
HexC886CD2230141282a42
Octal31020631524302445052102
Binary110010001000011011001101101000110101001001010001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C886CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C886CD; }

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

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

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

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

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

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

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

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