Shades of Lily #C585AD
Tints of Lily #C585AD
RGB
CMYK
RGB Variations
Color information
#C585AD (or 0xC585AD) is known color: Lily. HEX triplet: C5, 85 and AD. RGB value is (197,133,173). Sum of RGB (Red+Green+Blue) = 197+133+173=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 197 - color contains mainly: red. Hex color #C585AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C585AD is #3A7A52. Grayscale: #9C9C9C. Windows color (decimal): -3832403 or 11371973. OLE color: 11371973.
HSL color Cylindrical-coordinate representation of color #C585AD: hue angle of 322.5º degrees, saturation: 0.36, 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 #C585AD is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 133 | 173 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.23 |
| HSL | 322.5º | 0.36% | 0.65% | - |
| HSV(B) | 322.5º | 0.32% | 0.77% | - |
| XYZ | 38.96 | 31.66 | 43.59 | - |
| YUV | 156.7 | 137.2 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 173 | 0 | 0.32 | 0.12 | 0.23 | 322.5 | 0.36 | 0.65 |
| Hex | C5 | 85 | AD | 0 | 20 | C | 17 | 142 | 24 | 41 |
| Octal | 305 | 205 | 255 | 0 | 40 | 14 | 27 | 502 | 44 | 101 |
| Binary | 11000101 | 10000101 | 10101101 | 0 | 100000 | 1100 | 10111 | 101000010 | 100100 | 1000001 |
Color Harmonies of #C585AD
Complementary color
Monochromatic Colors of #C585AD
Black with #C585AD
Text Example
Text Example
White with #C585AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C585AD; }
p { color: rgb(197,133,173); }
H1.HeaderClassName
{
color: #C585AD;
}
.AnyTagClassName
{
color: #C585AD;
}
</style>
background-color css
<style>
a { background-color: #C585AD; }
a { background-color: rgb(197,133,173); }
div.DivClassName
{
background-color: #C585AD;
}
.BgClassName
{
background-color: #C585AD;
}
</style>
border-color css
<style>
span { border-color: #C585AD; }
span { border-color: rgb(197,133,173); }
td.TdClassName
{
border-color: #C585AD;
}
.TagClassName
{
border-color: #C585AD;
}
</style>