Shades of Lily #C586AD
Tints of Lily #C586AD
RGB
CMYK
RGB Variations
Color information
#C586AD (or 0xC586AD) is known color: Lily. HEX triplet: C5, 86 and AD. RGB value is (197,134,173). Sum of RGB (Red+Green+Blue) = 197+134+173=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 134 (52.73% from 255 or 26.59% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 197 - color contains mainly: red. Hex color #C586AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C586AD is #3A7952. Grayscale: #9D9D9D. Windows color (decimal): -3832147 or 11372229. OLE color: 11372229.
HSL color Cylindrical-coordinate representation of color #C586AD: hue angle of 322.86º 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 #C586AD is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 134 | 173 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.23 |
| HSL | 322.86º | 0.35% | 0.65% | - |
| HSV(B) | 322.86º | 0.32% | 0.77% | - |
| XYZ | 39.09 | 31.94 | 43.64 | - |
| YUV | 157.28 | 136.87 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 173 | 0 | 0.32 | 0.12 | 0.23 | 322.86 | 0.35 | 0.65 |
| Hex | C5 | 86 | AD | 0 | 20 | C | 17 | 143 | 23 | 41 |
| Octal | 305 | 206 | 255 | 0 | 40 | 14 | 27 | 503 | 43 | 101 |
| Binary | 11000101 | 10000110 | 10101101 | 0 | 100000 | 1100 | 10111 | 101000011 | 100011 | 1000001 |
Color Harmonies of #C586AD
Complementary color
Monochromatic Colors of #C586AD
Black with #C586AD
Text Example
Text Example
White with #C586AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C586AD; }
p { color: rgb(197,134,173); }
H1.HeaderClassName
{
color: #C586AD;
}
.AnyTagClassName
{
color: #C586AD;
}
</style>
background-color css
<style>
a { background-color: #C586AD; }
a { background-color: rgb(197,134,173); }
div.DivClassName
{
background-color: #C586AD;
}
.BgClassName
{
background-color: #C586AD;
}
</style>
border-color css
<style>
span { border-color: #C586AD; }
span { border-color: rgb(197,134,173); }
td.TdClassName
{
border-color: #C586AD;
}
.TagClassName
{
border-color: #C586AD;
}
</style>