Shades of Lily #C77AB0
Tints of Lily #C77AB0
RGB
CMYK
RGB Variations
Color information
#C77AB0 (or 0xC77AB0) is known color: Lily. HEX triplet: C7, 7A and B0. RGB value is (199,122,176). Sum of RGB (Red+Green+Blue) = 199+122+176=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 122 (48.05% from 255 or 24.55% from 497); Blue value is 176 (69.14% from 255 or 35.41% from 497); Max value from RGB is 199 - color contains mainly: red. Hex color #C77AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77AB0 is #38854F. Grayscale: #979797. Windows color (decimal): -3704144 or 11565767. OLE color: 11565767.
HSL color Cylindrical-coordinate representation of color #C77AB0: hue angle of 317.92º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C77AB0 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 122 | 176 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.22 |
| HSL | 317.92º | 0.41% | 0.63% | - |
| HSV(B) | 317.92º | 0.39% | 0.78% | - |
| XYZ | 38.35 | 29.2 | 44.69 | - |
| YUV | 151.18 | 142.01 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 176 | 0 | 0.39 | 0.12 | 0.22 | 317.92 | 0.41 | 0.63 |
| Hex | C7 | 7A | B0 | 0 | 27 | C | 16 | 13E | 29 | 3F |
| Octal | 307 | 172 | 260 | 0 | 47 | 14 | 26 | 476 | 51 | 77 |
| Binary | 11000111 | 1111010 | 10110000 | 0 | 100111 | 1100 | 10110 | 100111110 | 101001 | 111111 |
Color Harmonies of #C77AB0
Complementary color
Monochromatic Colors of #C77AB0
Black with #C77AB0
Text Example
Text Example
White with #C77AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77AB0; }
p { color: rgb(199,122,176); }
H1.HeaderClassName
{
color: #C77AB0;
}
.AnyTagClassName
{
color: #C77AB0;
}
</style>
background-color css
<style>
a { background-color: #C77AB0; }
a { background-color: rgb(199,122,176); }
div.DivClassName
{
background-color: #C77AB0;
}
.BgClassName
{
background-color: #C77AB0;
}
</style>
border-color css
<style>
span { border-color: #C77AB0; }
span { border-color: rgb(199,122,176); }
td.TdClassName
{
border-color: #C77AB0;
}
.TagClassName
{
border-color: #C77AB0;
}
</style>