Shades of Lily #C77CB1
Tints of Lily #C77CB1
RGB
CMYK
RGB Variations
Color information
#C77CB1 (or 0xC77CB1) is known color: Lily. HEX triplet: C7, 7C and B1. RGB value is (199,124,177). Sum of RGB (Red+Green+Blue) = 199+124+177=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 124 (48.83% from 255 or 24.8% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 199 - color contains mainly: red. Hex color #C77CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77CB1 is #38834E. Grayscale: #989898. Windows color (decimal): -3703631 or 11631815. OLE color: 11631815.
HSL color Cylindrical-coordinate representation of color #C77CB1: hue angle of 317.6º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C77CB1 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 124 | 177 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.22 |
| HSL | 317.6º | 0.4% | 0.63% | - |
| HSV(B) | 317.6º | 0.38% | 0.78% | - |
| XYZ | 38.7 | 29.73 | 45.29 | - |
| YUV | 152.47 | 141.85 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 124 | 177 | 0 | 0.38 | 0.11 | 0.22 | 317.6 | 0.4 | 0.63 |
| Hex | C7 | 7C | B1 | 0 | 26 | B | 16 | 13E | 28 | 3F |
| Octal | 307 | 174 | 261 | 0 | 46 | 13 | 26 | 476 | 50 | 77 |
| Binary | 11000111 | 1111100 | 10110001 | 0 | 100110 | 1011 | 10110 | 100111110 | 101000 | 111111 |
Color Harmonies of #C77CB1
Complementary color
Monochromatic Colors of #C77CB1
Black with #C77CB1
Text Example
Text Example
White with #C77CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77CB1; }
p { color: rgb(199,124,177); }
H1.HeaderClassName
{
color: #C77CB1;
}
.AnyTagClassName
{
color: #C77CB1;
}
</style>
background-color css
<style>
a { background-color: #C77CB1; }
a { background-color: rgb(199,124,177); }
div.DivClassName
{
background-color: #C77CB1;
}
.BgClassName
{
background-color: #C77CB1;
}
</style>
border-color css
<style>
span { border-color: #C77CB1; }
span { border-color: rgb(199,124,177); }
td.TdClassName
{
border-color: #C77CB1;
}
.TagClassName
{
border-color: #C77CB1;
}
</style>