#C886D0

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

Shades of Lilac #C886D0

Tints of Lilac #C886D0

Color information

#C886D0 (or 0xC886D0) is unknown color: approx Lilac. HEX triplet: C8, 86 and D0. RGB value is (200,134,208). Sum of RGB (Red+Green+Blue) = 200+134+208=542 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.90% from 542); Green value is 134 (52.73% from 255 or 24.72% from 542); Blue value is 208 (81.64% from 255 or 38.38% from 542); Max value from RGB is 208 - color contains mainly: blue. Hex color #C886D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C886D0 is #37792F. Grayscale: #A1A1A1. Windows color (decimal): -3635504 or 13665992. OLE color: 13665992.

HSL color Cylindrical-coordinate representation of color #C886D0: hue angle of 293.51º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C886D0 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB200134208-
CMYK0.040.3600.18
HSL293.51º44.05%67.06%-
HSV(B)293.51º35.58%81.57%-
XYZ43.7333.8863.91-
YUV162.17153.87154.98-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.90%
GREEN value IS 134 (52.73% from 255) = 24.72%
BLUE value IS 208 (81.64% from 255) = 38.38%
R=36.90%
G=24.72%
B=38.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2001342080.040.3600.18293.5144.0567.06
HexC886D04240121262c43
Octal31020632044402244654103
Binary1100100010000110110100001001001000100101001001101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C886D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C886D0; }

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

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

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

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

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

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

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

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