Shades of Lily #C77DB0
Tints of Lily #C77DB0
RGB
CMYK
RGB Variations
Color information
#C77DB0 (or 0xC77DB0) is known color: Lily. HEX triplet: C7, 7D and B0. RGB value is (199,125,176). Sum of RGB (Red+Green+Blue) = 199+125+176=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 125 (49.22% from 255 or 25% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 199 - color contains mainly: red. Hex color #C77DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77DB0 is #38824F. Grayscale: #989898. Windows color (decimal): -3703376 or 11566535. OLE color: 11566535.
HSL color Cylindrical-coordinate representation of color #C77DB0: hue angle of 318.65º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C77DB0 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 125 | 176 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.22 |
| HSL | 318.65º | 0.4% | 0.64% | - |
| HSV(B) | 318.65º | 0.37% | 0.78% | - |
| XYZ | 38.72 | 29.94 | 44.81 | - |
| YUV | 152.94 | 141.02 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 125 | 176 | 0 | 0.37 | 0.12 | 0.22 | 318.65 | 0.4 | 0.64 |
| Hex | C7 | 7D | B0 | 0 | 25 | C | 16 | 13F | 28 | 40 |
| Octal | 307 | 175 | 260 | 0 | 45 | 14 | 26 | 477 | 50 | 100 |
| Binary | 11000111 | 1111101 | 10110000 | 0 | 100101 | 1100 | 10110 | 100111111 | 101000 | 1000000 |
Color Harmonies of #C77DB0
Complementary color
Monochromatic Colors of #C77DB0
Black with #C77DB0
Text Example
Text Example
White with #C77DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77DB0; }
p { color: rgb(199,125,176); }
H1.HeaderClassName
{
color: #C77DB0;
}
.AnyTagClassName
{
color: #C77DB0;
}
</style>
background-color css
<style>
a { background-color: #C77DB0; }
a { background-color: rgb(199,125,176); }
div.DivClassName
{
background-color: #C77DB0;
}
.BgClassName
{
background-color: #C77DB0;
}
</style>
border-color css
<style>
span { border-color: #C77DB0; }
span { border-color: rgb(199,125,176); }
td.TdClassName
{
border-color: #C77DB0;
}
.TagClassName
{
border-color: #C77DB0;
}
</style>