Shades of Lily #C597BC
Tints of Lily #C597BC
RGB
CMYK
RGB Variations
Color information
#C597BC (or 0xC597BC) is known color: Lily. HEX triplet: C5, 97 and BC. RGB value is (197,151,188). Sum of RGB (Red+Green+Blue) = 197+151+188=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 151 (59.38% from 255 or 28.17% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 197 - color contains mainly: red. Hex color #C597BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C597BC is #3A6843. Grayscale: #A8A8A8. Windows color (decimal): -3827780 or 12359621. OLE color: 12359621.
HSL color Cylindrical-coordinate representation of color #C597BC: hue angle of 311.74º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C597BC is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 151 | 188 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.23 |
| HSL | 311.74º | 0.28% | 0.68% | - |
| HSV(B) | 311.74º | 0.23% | 0.77% | - |
| XYZ | 43.17 | 37.63 | 52.57 | - |
| YUV | 168.97 | 138.74 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 151 | 188 | 0 | 0.23 | 0.05 | 0.23 | 311.74 | 0.28 | 0.68 |
| Hex | C5 | 97 | BC | 0 | 17 | 5 | 17 | 138 | 1C | 44 |
| Octal | 305 | 227 | 274 | 0 | 27 | 5 | 27 | 470 | 34 | 104 |
| Binary | 11000101 | 10010111 | 10111100 | 0 | 10111 | 101 | 10111 | 100111000 | 11100 | 1000100 |
Color Harmonies of #C597BC
Complementary color
Monochromatic Colors of #C597BC
Black with #C597BC
Text Example
Text Example
White with #C597BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C597BC; }
p { color: rgb(197,151,188); }
H1.HeaderClassName
{
color: #C597BC;
}
.AnyTagClassName
{
color: #C597BC;
}
</style>
background-color css
<style>
a { background-color: #C597BC; }
a { background-color: rgb(197,151,188); }
div.DivClassName
{
background-color: #C597BC;
}
.BgClassName
{
background-color: #C597BC;
}
</style>
border-color css
<style>
span { border-color: #C597BC; }
span { border-color: rgb(197,151,188); }
td.TdClassName
{
border-color: #C597BC;
}
.TagClassName
{
border-color: #C597BC;
}
</style>