Shades of Lily #C58FAF
Tints of Lily #C58FAF
RGB
CMYK
RGB Variations
Color information
#C58FAF (or 0xC58FAF) is known color: Lily. HEX triplet: C5, 8F and AF. RGB value is (197,143,175). Sum of RGB (Red+Green+Blue) = 197+143+175=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 143 (56.25% from 255 or 27.77% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 197 - color contains mainly: red. Hex color #C58FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58FAF is #3A7050. Grayscale: #A2A2A2. Windows color (decimal): -3829841 or 11505605. OLE color: 11505605.
HSL color Cylindrical-coordinate representation of color #C58FAF: hue angle of 324.44º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C58FAF is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 143 | 175 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.23 |
| HSL | 324.44º | 0.32% | 0.67% | - |
| HSV(B) | 324.44º | 0.27% | 0.77% | - |
| XYZ | 40.59 | 34.61 | 45.1 | - |
| YUV | 162.79 | 134.89 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 143 | 175 | 0 | 0.27 | 0.11 | 0.23 | 324.44 | 0.32 | 0.67 |
| Hex | C5 | 8F | AF | 0 | 1B | B | 17 | 144 | 20 | 43 |
| Octal | 305 | 217 | 257 | 0 | 33 | 13 | 27 | 504 | 40 | 103 |
| Binary | 11000101 | 10001111 | 10101111 | 0 | 11011 | 1011 | 10111 | 101000100 | 100000 | 1000011 |
Color Harmonies of #C58FAF
Complementary color
Monochromatic Colors of #C58FAF
Black with #C58FAF
Text Example
Text Example
White with #C58FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58FAF; }
p { color: rgb(197,143,175); }
H1.HeaderClassName
{
color: #C58FAF;
}
.AnyTagClassName
{
color: #C58FAF;
}
</style>
background-color css
<style>
a { background-color: #C58FAF; }
a { background-color: rgb(197,143,175); }
div.DivClassName
{
background-color: #C58FAF;
}
.BgClassName
{
background-color: #C58FAF;
}
</style>
border-color css
<style>
span { border-color: #C58FAF; }
span { border-color: rgb(197,143,175); }
td.TdClassName
{
border-color: #C58FAF;
}
.TagClassName
{
border-color: #C58FAF;
}
</style>