Shades of Lily #C586B0
Tints of Lily #C586B0
RGB
CMYK
RGB Variations
Color information
#C586B0 (or 0xC586B0) is known color: Lily. HEX triplet: C5, 86 and B0. RGB value is (197,134,176). Sum of RGB (Red+Green+Blue) = 197+134+176=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 134 (52.73% from 255 or 26.43% from 507); Blue value is 176 (69.14% from 255 or 34.71% from 507); Max value from RGB is 197 - color contains mainly: red. Hex color #C586B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C586B0 is #3A794F. Grayscale: #9D9D9D. Windows color (decimal): -3832144 or 11568837. OLE color: 11568837.
HSL color Cylindrical-coordinate representation of color #C586B0: hue angle of 320º 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 #C586B0 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 134 | 176 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.23 |
| HSL | 320º | 0.35% | 0.65% | - |
| HSV(B) | 320º | 0.32% | 0.77% | - |
| XYZ | 39.39 | 32.06 | 45.19 | - |
| YUV | 157.63 | 138.37 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 176 | 0 | 0.32 | 0.11 | 0.23 | 320 | 0.35 | 0.65 |
| Hex | C5 | 86 | B0 | 0 | 20 | B | 17 | 140 | 23 | 41 |
| Octal | 305 | 206 | 260 | 0 | 40 | 13 | 27 | 500 | 43 | 101 |
| Binary | 11000101 | 10000110 | 10110000 | 0 | 100000 | 1011 | 10111 | 101000000 | 100011 | 1000001 |
Color Harmonies of #C586B0
Complementary color
Monochromatic Colors of #C586B0
Black with #C586B0
Text Example
Text Example
White with #C586B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C586B0; }
p { color: rgb(197,134,176); }
H1.HeaderClassName
{
color: #C586B0;
}
.AnyTagClassName
{
color: #C586B0;
}
</style>
background-color css
<style>
a { background-color: #C586B0; }
a { background-color: rgb(197,134,176); }
div.DivClassName
{
background-color: #C586B0;
}
.BgClassName
{
background-color: #C586B0;
}
</style>
border-color css
<style>
span { border-color: #C586B0; }
span { border-color: rgb(197,134,176); }
td.TdClassName
{
border-color: #C586B0;
}
.TagClassName
{
border-color: #C586B0;
}
</style>