Shades of Lily #C77AB1
Tints of Lily #C77AB1
RGB
CMYK
RGB Variations
Color information
#C77AB1 (or 0xC77AB1) is known color: Lily. HEX triplet: C7, 7A and B1. RGB value is (199,122,177). Sum of RGB (Red+Green+Blue) = 199+122+177=498 (65% of max value = 765). Red value is 199 (78.12% from 255 or 39.96% from 498); Green value is 122 (48.05% from 255 or 24.50% from 498); Blue value is 177 (69.53% from 255 or 35.54% from 498); Max value from RGB is 199 - color contains mainly: red. Hex color #C77AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77AB1 is #38854E. Grayscale: #979797. Windows color (decimal): -3704143 or 11631303. OLE color: 11631303.
HSL color Cylindrical-coordinate representation of color #C77AB1: hue angle of 317.14º 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 #C77AB1 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 122 | 177 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.22 |
| HSL | 317.14º | 0.41% | 0.63% | - |
| HSV(B) | 317.14º | 0.39% | 0.78% | - |
| XYZ | 38.45 | 29.24 | 45.21 | - |
| YUV | 151.29 | 142.51 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 177 | 0 | 0.39 | 0.11 | 0.22 | 317.14 | 0.41 | 0.63 |
| Hex | C7 | 7A | B1 | 0 | 27 | B | 16 | 13D | 29 | 3F |
| Octal | 307 | 172 | 261 | 0 | 47 | 13 | 26 | 475 | 51 | 77 |
| Binary | 11000111 | 1111010 | 10110001 | 0 | 100111 | 1011 | 10110 | 100111101 | 101001 | 111111 |
Color Harmonies of #C77AB1
Complementary color
Monochromatic Colors of #C77AB1
Black with #C77AB1
Text Example
Text Example
White with #C77AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77AB1; }
p { color: rgb(199,122,177); }
H1.HeaderClassName
{
color: #C77AB1;
}
.AnyTagClassName
{
color: #C77AB1;
}
</style>
background-color css
<style>
a { background-color: #C77AB1; }
a { background-color: rgb(199,122,177); }
div.DivClassName
{
background-color: #C77AB1;
}
.BgClassName
{
background-color: #C77AB1;
}
</style>
border-color css
<style>
span { border-color: #C77AB1; }
span { border-color: rgb(199,122,177); }
td.TdClassName
{
border-color: #C77AB1;
}
.TagClassName
{
border-color: #C77AB1;
}
</style>