Shades of Lily #C57EAC
Tints of Lily #C57EAC
RGB
CMYK
RGB Variations
Color information
#C57EAC (or 0xC57EAC) is known color: Lily. HEX triplet: C5, 7E and AC. RGB value is (197,126,172). Sum of RGB (Red+Green+Blue) = 197+126+172=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 126 (49.61% from 255 or 25.45% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 197 - color contains mainly: red. Hex color #C57EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57EAC is #3A8153. Grayscale: #989898. Windows color (decimal): -3834196 or 11304645. OLE color: 11304645.
HSL color Cylindrical-coordinate representation of color #C57EAC: hue angle of 321.13º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C57EAC is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 126 | 172 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.23 |
| HSL | 321.13º | 0.38% | 0.63% | - |
| HSV(B) | 321.13º | 0.36% | 0.77% | - |
| XYZ | 37.93 | 29.77 | 42.78 | - |
| YUV | 152.47 | 139.02 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 126 | 172 | 0 | 0.36 | 0.13 | 0.23 | 321.13 | 0.38 | 0.63 |
| Hex | C5 | 7E | AC | 0 | 24 | D | 17 | 141 | 26 | 3F |
| Octal | 305 | 176 | 254 | 0 | 44 | 15 | 27 | 501 | 46 | 77 |
| Binary | 11000101 | 1111110 | 10101100 | 0 | 100100 | 1101 | 10111 | 101000001 | 100110 | 111111 |
Color Harmonies of #C57EAC
Complementary color
Monochromatic Colors of #C57EAC
Black with #C57EAC
Text Example
Text Example
White with #C57EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57EAC; }
p { color: rgb(197,126,172); }
H1.HeaderClassName
{
color: #C57EAC;
}
.AnyTagClassName
{
color: #C57EAC;
}
</style>
background-color css
<style>
a { background-color: #C57EAC; }
a { background-color: rgb(197,126,172); }
div.DivClassName
{
background-color: #C57EAC;
}
.BgClassName
{
background-color: #C57EAC;
}
</style>
border-color css
<style>
span { border-color: #C57EAC; }
span { border-color: rgb(197,126,172); }
td.TdClassName
{
border-color: #C57EAC;
}
.TagClassName
{
border-color: #C57EAC;
}
</style>