Shades of Lily #C57FAB
Tints of Lily #C57FAB
RGB
CMYK
RGB Variations
Color information
#C57FAB (or 0xC57FAB) is known color: Lily. HEX triplet: C5, 7F and AB. RGB value is (197,127,171). Sum of RGB (Red+Green+Blue) = 197+127+171=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 197 - color contains mainly: red. Hex color #C57FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57FAB is #3A8054. Grayscale: #989898. Windows color (decimal): -3833941 or 11239365. OLE color: 11239365.
HSL color Cylindrical-coordinate representation of color #C57FAB: hue angle of 322.29º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C57FAB is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 127 | 171 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.23 |
| HSL | 322.29º | 0.38% | 0.64% | - |
| HSV(B) | 322.29º | 0.36% | 0.77% | - |
| XYZ | 37.97 | 29.99 | 42.32 | - |
| YUV | 152.95 | 138.19 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 171 | 0 | 0.36 | 0.13 | 0.23 | 322.29 | 0.38 | 0.64 |
| Hex | C5 | 7F | AB | 0 | 24 | D | 17 | 142 | 26 | 40 |
| Octal | 305 | 177 | 253 | 0 | 44 | 15 | 27 | 502 | 46 | 100 |
| Binary | 11000101 | 1111111 | 10101011 | 0 | 100100 | 1101 | 10111 | 101000010 | 100110 | 1000000 |
Color Harmonies of #C57FAB
Complementary color
Monochromatic Colors of #C57FAB
Black with #C57FAB
Text Example
Text Example
White with #C57FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57FAB; }
p { color: rgb(197,127,171); }
H1.HeaderClassName
{
color: #C57FAB;
}
.AnyTagClassName
{
color: #C57FAB;
}
</style>
background-color css
<style>
a { background-color: #C57FAB; }
a { background-color: rgb(197,127,171); }
div.DivClassName
{
background-color: #C57FAB;
}
.BgClassName
{
background-color: #C57FAB;
}
</style>
border-color css
<style>
span { border-color: #C57FAB; }
span { border-color: rgb(197,127,171); }
td.TdClassName
{
border-color: #C57FAB;
}
.TagClassName
{
border-color: #C57FAB;
}
</style>