Shades of Lily #C77CB3
Tints of Lily #C77CB3
RGB
CMYK
RGB Variations
Color information
#C77CB3 (or 0xC77CB3) is known color: Lily. HEX triplet: C7, 7C and B3. RGB value is (199,124,179). Sum of RGB (Red+Green+Blue) = 199+124+179=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 124 (48.83% from 255 or 24.70% from 502); Blue value is 179 (70.31% from 255 or 35.66% from 502); Max value from RGB is 199 - color contains mainly: red. Hex color #C77CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77CB3 is #38834C. Grayscale: #989898. Windows color (decimal): -3703629 or 11762887. OLE color: 11762887.
HSL color Cylindrical-coordinate representation of color #C77CB3: hue angle of 316º 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 #C77CB3 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 124 | 179 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.22 |
| HSL | 316º | 0.4% | 0.63% | - |
| HSV(B) | 316º | 0.38% | 0.78% | - |
| XYZ | 38.9 | 29.81 | 46.35 | - |
| YUV | 152.7 | 142.85 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 124 | 179 | 0 | 0.38 | 0.10 | 0.22 | 316 | 0.4 | 0.63 |
| Hex | C7 | 7C | B3 | 0 | 26 | A | 16 | 13C | 28 | 3F |
| Octal | 307 | 174 | 263 | 0 | 46 | 12 | 26 | 474 | 50 | 77 |
| Binary | 11000111 | 1111100 | 10110011 | 0 | 100110 | 1010 | 10110 | 100111100 | 101000 | 111111 |
Color Harmonies of #C77CB3
Complementary color
Monochromatic Colors of #C77CB3
Black with #C77CB3
Text Example
Text Example
White with #C77CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77CB3; }
p { color: rgb(199,124,179); }
H1.HeaderClassName
{
color: #C77CB3;
}
.AnyTagClassName
{
color: #C77CB3;
}
</style>
background-color css
<style>
a { background-color: #C77CB3; }
a { background-color: rgb(199,124,179); }
div.DivClassName
{
background-color: #C77CB3;
}
.BgClassName
{
background-color: #C77CB3;
}
</style>
border-color css
<style>
span { border-color: #C77CB3; }
span { border-color: rgb(199,124,179); }
td.TdClassName
{
border-color: #C77CB3;
}
.TagClassName
{
border-color: #C77CB3;
}
</style>