Shades of Lily #C58DAF
Tints of Lily #C58DAF
RGB
CMYK
RGB Variations
Color information
#C58DAF (or 0xC58DAF) is known color: Lily. HEX triplet: C5, 8D and AF. RGB value is (197,141,175). Sum of RGB (Red+Green+Blue) = 197+141+175=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 197 - color contains mainly: red. Hex color #C58DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58DAF is #3A7250. Grayscale: #A1A1A1. Windows color (decimal): -3830353 or 11505093. OLE color: 11505093.
HSL color Cylindrical-coordinate representation of color #C58DAF: hue angle of 323.57º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C58DAF is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 141 | 175 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.23 |
| HSL | 323.57º | 0.33% | 0.66% | - |
| HSV(B) | 323.57º | 0.28% | 0.77% | - |
| XYZ | 40.29 | 34.02 | 45 | - |
| YUV | 161.62 | 135.55 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 141 | 175 | 0 | 0.28 | 0.11 | 0.23 | 323.57 | 0.33 | 0.66 |
| Hex | C5 | 8D | AF | 0 | 1C | B | 17 | 144 | 21 | 42 |
| Octal | 305 | 215 | 257 | 0 | 34 | 13 | 27 | 504 | 41 | 102 |
| Binary | 11000101 | 10001101 | 10101111 | 0 | 11100 | 1011 | 10111 | 101000100 | 100001 | 1000010 |
Color Harmonies of #C58DAF
Complementary color
Monochromatic Colors of #C58DAF
Black with #C58DAF
Text Example
Text Example
White with #C58DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58DAF; }
p { color: rgb(197,141,175); }
H1.HeaderClassName
{
color: #C58DAF;
}
.AnyTagClassName
{
color: #C58DAF;
}
</style>
background-color css
<style>
a { background-color: #C58DAF; }
a { background-color: rgb(197,141,175); }
div.DivClassName
{
background-color: #C58DAF;
}
.BgClassName
{
background-color: #C58DAF;
}
</style>
border-color css
<style>
span { border-color: #C58DAF; }
span { border-color: rgb(197,141,175); }
td.TdClassName
{
border-color: #C58DAF;
}
.TagClassName
{
border-color: #C58DAF;
}
</style>