Shades of Lily #C787B0
Tints of Lily #C787B0
RGB
CMYK
RGB Variations
Color information
#C787B0 (or 0xC787B0) is known color: Lily. HEX triplet: C7, 87 and B0. RGB value is (199,135,176). Sum of RGB (Red+Green+Blue) = 199+135+176=510 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.02% from 510); Green value is 135 (53.12% from 255 or 26.47% from 510); Blue value is 176 (69.14% from 255 or 34.51% from 510); Max value from RGB is 199 - color contains mainly: red. Hex color #C787B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C787B0 is #38784F. Grayscale: #9E9E9E. Windows color (decimal): -3700816 or 11569095. OLE color: 11569095.
HSL color Cylindrical-coordinate representation of color #C787B0: hue angle of 321.56º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C787B0 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 135 | 176 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.22 |
| HSL | 321.56º | 0.36% | 0.65% | - |
| HSV(B) | 321.56º | 0.32% | 0.78% | - |
| XYZ | 40.05 | 32.6 | 45.26 | - |
| YUV | 158.81 | 137.7 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 135 | 176 | 0 | 0.32 | 0.12 | 0.22 | 321.56 | 0.36 | 0.65 |
| Hex | C7 | 87 | B0 | 0 | 20 | C | 16 | 142 | 24 | 41 |
| Octal | 307 | 207 | 260 | 0 | 40 | 14 | 26 | 502 | 44 | 101 |
| Binary | 11000111 | 10000111 | 10110000 | 0 | 100000 | 1100 | 10110 | 101000010 | 100100 | 1000001 |
Color Harmonies of #C787B0
Complementary color
Monochromatic Colors of #C787B0
Black with #C787B0
Text Example
Text Example
White with #C787B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C787B0; }
p { color: rgb(199,135,176); }
H1.HeaderClassName
{
color: #C787B0;
}
.AnyTagClassName
{
color: #C787B0;
}
</style>
background-color css
<style>
a { background-color: #C787B0; }
a { background-color: rgb(199,135,176); }
div.DivClassName
{
background-color: #C787B0;
}
.BgClassName
{
background-color: #C787B0;
}
</style>
border-color css
<style>
span { border-color: #C787B0; }
span { border-color: rgb(199,135,176); }
td.TdClassName
{
border-color: #C787B0;
}
.TagClassName
{
border-color: #C787B0;
}
</style>