#C586BD

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

Shades of Lilac #C586BD

Tints of Lilac #C586BD

Color information

#C586BD (or 0xC586BD) is unknown color: approx Lilac. HEX triplet: C5, 86 and BD. RGB value is (197,134,189). Sum of RGB (Red+Green+Blue) = 197+134+189=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 134 (52.73% from 255 or 25.77% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 197 - color contains mainly: red. Hex color #C586BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C586BD is #3A7942. Grayscale: #9E9E9E. Windows color (decimal): -3832131 or 12420805. OLE color: 12420805.

HSL color Cylindrical-coordinate representation of color #C586BD: hue angle of 307.62º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C586BD is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB197134189-
CMYK00.320.040.23
HSL307.62º35.2%64.9%-
HSV(B)307.62º31.98%77.25%-
XYZ40.7432.5952.29-
YUV159.11144.87155.03-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.88%
GREEN value IS 134 (52.73% from 255) = 25.77%
BLUE value IS 189 (74.22% from 255) = 36.35%
R=37.88%
G=25.77%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713418900.320.040.23307.6235.264.9
HexC586BD0204171342341
Octal30520627504042746443101
Binary1100010110000110101111010100000100101111001101001000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C586BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C586BD; }

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

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

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

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

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

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

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

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