Shades of Lily #C597B5
Tints of Lily #C597B5
RGB
CMYK
RGB Variations
Color information
#C597B5 (or 0xC597B5) is known color: Lily. HEX triplet: C5, 97 and B5. RGB value is (197,151,181). Sum of RGB (Red+Green+Blue) = 197+151+181=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 151 (59.38% from 255 or 28.54% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 197 - color contains mainly: red. Hex color #C597B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C597B5 is #3A684A. Grayscale: #A8A8A8. Windows color (decimal): -3827787 or 11900869. OLE color: 11900869.
HSL color Cylindrical-coordinate representation of color #C597B5: hue angle of 320.87º 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 #C597B5 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 151 | 181 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.23 |
| HSL | 320.87º | 0.28% | 0.68% | - |
| HSV(B) | 320.87º | 0.23% | 0.77% | - |
| XYZ | 42.43 | 37.34 | 48.69 | - |
| YUV | 168.17 | 135.24 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 151 | 181 | 0 | 0.23 | 0.08 | 0.23 | 320.87 | 0.28 | 0.68 |
| Hex | C5 | 97 | B5 | 0 | 17 | 8 | 17 | 141 | 1C | 44 |
| Octal | 305 | 227 | 265 | 0 | 27 | 10 | 27 | 501 | 34 | 104 |
| Binary | 11000101 | 10010111 | 10110101 | 0 | 10111 | 1000 | 10111 | 101000001 | 11100 | 1000100 |
Color Harmonies of #C597B5
Complementary color
Monochromatic Colors of #C597B5
Black with #C597B5
Text Example
Text Example
White with #C597B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C597B5; }
p { color: rgb(197,151,181); }
H1.HeaderClassName
{
color: #C597B5;
}
.AnyTagClassName
{
color: #C597B5;
}
</style>
background-color css
<style>
a { background-color: #C597B5; }
a { background-color: rgb(197,151,181); }
div.DivClassName
{
background-color: #C597B5;
}
.BgClassName
{
background-color: #C597B5;
}
</style>
border-color css
<style>
span { border-color: #C597B5; }
span { border-color: rgb(197,151,181); }
td.TdClassName
{
border-color: #C597B5;
}
.TagClassName
{
border-color: #C597B5;
}
</style>