Shades of Lily #C57DAE
Tints of Lily #C57DAE
RGB
CMYK
RGB Variations
Color information
#C57DAE (or 0xC57DAE) is known color: Lily. HEX triplet: C5, 7D and AE. RGB value is (197,125,174). Sum of RGB (Red+Green+Blue) = 197+125+174=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 125 (49.22% from 255 or 25.20% from 496); Blue value is 174 (68.36% from 255 or 35.08% from 496); Max value from RGB is 197 - color contains mainly: red. Hex color #C57DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57DAE is #3A8251. Grayscale: #979797. Windows color (decimal): -3834450 or 11435461. OLE color: 11435461.
HSL color Cylindrical-coordinate representation of color #C57DAE: hue angle of 319.17º degrees, saturation: 0.38, 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 #C57DAE is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 125 | 174 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.23 |
| HSL | 319.17º | 0.38% | 0.63% | - |
| HSV(B) | 319.17º | 0.37% | 0.77% | - |
| XYZ | 38 | 29.59 | 43.75 | - |
| YUV | 152.11 | 140.35 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 174 | 0 | 0.37 | 0.12 | 0.23 | 319.17 | 0.38 | 0.63 |
| Hex | C5 | 7D | AE | 0 | 25 | C | 17 | 13F | 26 | 3F |
| Octal | 305 | 175 | 256 | 0 | 45 | 14 | 27 | 477 | 46 | 77 |
| Binary | 11000101 | 1111101 | 10101110 | 0 | 100101 | 1100 | 10111 | 100111111 | 100110 | 111111 |
Color Harmonies of #C57DAE
Complementary color
Monochromatic Colors of #C57DAE
Black with #C57DAE
Text Example
Text Example
White with #C57DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57DAE; }
p { color: rgb(197,125,174); }
H1.HeaderClassName
{
color: #C57DAE;
}
.AnyTagClassName
{
color: #C57DAE;
}
</style>
background-color css
<style>
a { background-color: #C57DAE; }
a { background-color: rgb(197,125,174); }
div.DivClassName
{
background-color: #C57DAE;
}
.BgClassName
{
background-color: #C57DAE;
}
</style>
border-color css
<style>
span { border-color: #C57DAE; }
span { border-color: rgb(197,125,174); }
td.TdClassName
{
border-color: #C57DAE;
}
.TagClassName
{
border-color: #C57DAE;
}
</style>