#C586B4

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

Shades of Lily #C586B4

Tints of Lily #C586B4

Color information

#C586B4 (or 0xC586B4) is unknown color: approx Lily. HEX triplet: C5, 86 and B4. RGB value is (197,134,180). Sum of RGB (Red+Green+Blue) = 197+134+180=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 134 (52.73% from 255 or 26.22% from 511); Blue value is 180 (70.70% from 255 or 35.23% from 511); Max value from RGB is 197 - color contains mainly: red. Hex color #C586B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C586B4 is #3A794B. Grayscale: #9D9D9D. Windows color (decimal): -3832140 or 11830981. OLE color: 11830981.

HSL color Cylindrical-coordinate representation of color #C586B4: hue angle of 316.19º 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 #C586B4 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB197134180-
CMYK00.320.090.23
HSL316.19º35.2%64.9%-
HSV(B)316.19º31.98%77.25%-
XYZ39.7932.2247.3-
YUV158.08140.37155.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.55%
GREEN value IS 134 (52.73% from 255) = 26.22%
BLUE value IS 180 (70.70% from 255) = 35.23%
R=38.55%
G=26.22%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713418000.320.090.23316.1935.264.9
HexC586B402091713c2341
Octal305206264040112747443101
Binary11000101100001101011010001000001001101111001111001000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C586B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C586B4; }

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

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

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

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

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

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

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

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