Shades of Lily #C797BD
Tints of Lily #C797BD
RGB
CMYK
RGB Variations
Color information
#C797BD (or 0xC797BD) is known color: Lily. HEX triplet: C7, 97 and BD. RGB value is (199,151,189). Sum of RGB (Red+Green+Blue) = 199+151+189=539 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.92% from 539); Green value is 151 (59.38% from 255 or 28.01% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 199 - color contains mainly: red. Hex color #C797BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C797BD is #386842. Grayscale: #A9A9A9. Windows color (decimal): -3696707 or 12425159. OLE color: 12425159.
HSL color Cylindrical-coordinate representation of color #C797BD: hue angle of 312.5º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C797BD is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 151 | 189 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.22 |
| HSL | 312.5º | 0.3% | 0.69% | - |
| HSV(B) | 312.5º | 0.24% | 0.78% | - |
| XYZ | 43.81 | 37.95 | 53.16 | - |
| YUV | 169.68 | 138.9 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 151 | 189 | 0 | 0.24 | 0.05 | 0.22 | 312.5 | 0.3 | 0.69 |
| Hex | C7 | 97 | BD | 0 | 18 | 5 | 16 | 138 | 1E | 45 |
| Octal | 307 | 227 | 275 | 0 | 30 | 5 | 26 | 470 | 36 | 105 |
| Binary | 11000111 | 10010111 | 10111101 | 0 | 11000 | 101 | 10110 | 100111000 | 11110 | 1000101 |
Color Harmonies of #C797BD
Complementary color
Monochromatic Colors of #C797BD
Black with #C797BD
Text Example
Text Example
White with #C797BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C797BD; }
p { color: rgb(199,151,189); }
H1.HeaderClassName
{
color: #C797BD;
}
.AnyTagClassName
{
color: #C797BD;
}
</style>
background-color css
<style>
a { background-color: #C797BD; }
a { background-color: rgb(199,151,189); }
div.DivClassName
{
background-color: #C797BD;
}
.BgClassName
{
background-color: #C797BD;
}
</style>
border-color css
<style>
span { border-color: #C797BD; }
span { border-color: rgb(199,151,189); }
td.TdClassName
{
border-color: #C797BD;
}
.TagClassName
{
border-color: #C797BD;
}
</style>