Shades of Lily #C57CAF
Tints of Lily #C57CAF
RGB
CMYK
RGB Variations
Color information
#C57CAF (or 0xC57CAF) is known color: Lily. HEX triplet: C5, 7C and AF. RGB value is (197,124,175). Sum of RGB (Red+Green+Blue) = 197+124+175=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 124 (48.83% from 255 or 25% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 197 - color contains mainly: red. Hex color #C57CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57CAF is #3A8350. Grayscale: #979797. Windows color (decimal): -3834705 or 11500741. OLE color: 11500741.
HSL color Cylindrical-coordinate representation of color #C57CAF: hue angle of 318.08º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C57CAF is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 124 | 175 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.23 |
| HSL | 318.08º | 0.39% | 0.63% | - |
| HSV(B) | 318.08º | 0.37% | 0.77% | - |
| XYZ | 37.97 | 29.38 | 44.23 | - |
| YUV | 151.64 | 141.18 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 124 | 175 | 0 | 0.37 | 0.11 | 0.23 | 318.08 | 0.39 | 0.63 |
| Hex | C5 | 7C | AF | 0 | 25 | B | 17 | 13E | 27 | 3F |
| Octal | 305 | 174 | 257 | 0 | 45 | 13 | 27 | 476 | 47 | 77 |
| Binary | 11000101 | 1111100 | 10101111 | 0 | 100101 | 1011 | 10111 | 100111110 | 100111 | 111111 |
Color Harmonies of #C57CAF
Complementary color
Monochromatic Colors of #C57CAF
Black with #C57CAF
Text Example
Text Example
White with #C57CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57CAF; }
p { color: rgb(197,124,175); }
H1.HeaderClassName
{
color: #C57CAF;
}
.AnyTagClassName
{
color: #C57CAF;
}
</style>
background-color css
<style>
a { background-color: #C57CAF; }
a { background-color: rgb(197,124,175); }
div.DivClassName
{
background-color: #C57CAF;
}
.BgClassName
{
background-color: #C57CAF;
}
</style>
border-color css
<style>
span { border-color: #C57CAF; }
span { border-color: rgb(197,124,175); }
td.TdClassName
{
border-color: #C57CAF;
}
.TagClassName
{
border-color: #C57CAF;
}
</style>