#C586D0

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

Shades of Lilac #C586D0

Tints of Lilac #C586D0

Color information

#C586D0 (or 0xC586D0) is unknown color: approx Lilac. HEX triplet: C5, 86 and D0. RGB value is (197,134,208). Sum of RGB (Red+Green+Blue) = 197+134+208=539 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.55% from 539); Green value is 134 (52.73% from 255 or 24.86% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 208 - color contains mainly: blue. Hex color #C586D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C586D0 is #3A792F. Grayscale: #A1A1A1. Windows color (decimal): -3832112 or 13665989. OLE color: 13665989.

HSL color Cylindrical-coordinate representation of color #C586D0: hue angle of 291.08º 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 #C586D0 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB197134208-
CMYK0.050.3600.18
HSL291.08º44.05%67.06%-
HSV(B)291.08º35.58%81.57%-
XYZ42.9433.4763.87-
YUV161.27154.37153.48-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.55%
GREEN value IS 134 (52.73% from 255) = 24.86%
BLUE value IS 208 (81.64% from 255) = 38.59%
R=36.55%
G=24.86%
B=38.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1971342080.050.3600.18291.0844.0567.06
HexC586D05240121232c43
Octal30520632054402244354103
Binary1100010110000110110100001011001000100101001000111011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C586D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C586D0; }

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

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

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

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

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

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

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

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