Shades of Lily #C78BB7
Tints of Lily #C78BB7
RGB
CMYK
RGB Variations
Color information
#C78BB7 (or 0xC78BB7) is known color: Lily. HEX triplet: C7, 8B and B7. RGB value is (199,139,183). Sum of RGB (Red+Green+Blue) = 199+139+183=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 199 - color contains mainly: red. Hex color #C78BB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C78BB7 is #387448. Grayscale: #A1A1A1. Windows color (decimal): -3699785 or 12028871. OLE color: 12028871.
HSL color Cylindrical-coordinate representation of color #C78BB7: hue angle of 316º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C78BB7 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 139 | 183 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.22 |
| HSL | 316º | 0.35% | 0.66% | - |
| HSV(B) | 316º | 0.3% | 0.78% | - |
| XYZ | 41.33 | 34.03 | 49.19 | - |
| YUV | 161.96 | 139.88 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 139 | 183 | 0 | 0.30 | 0.08 | 0.22 | 316 | 0.35 | 0.66 |
| Hex | C7 | 8B | B7 | 0 | 1E | 8 | 16 | 13C | 23 | 42 |
| Octal | 307 | 213 | 267 | 0 | 36 | 10 | 26 | 474 | 43 | 102 |
| Binary | 11000111 | 10001011 | 10110111 | 0 | 11110 | 1000 | 10110 | 100111100 | 100011 | 1000010 |
Color Harmonies of #C78BB7
Complementary color
Monochromatic Colors of #C78BB7
Black with #C78BB7
Text Example
Text Example
White with #C78BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78BB7; }
p { color: rgb(199,139,183); }
H1.HeaderClassName
{
color: #C78BB7;
}
.AnyTagClassName
{
color: #C78BB7;
}
</style>
background-color css
<style>
a { background-color: #C78BB7; }
a { background-color: rgb(199,139,183); }
div.DivClassName
{
background-color: #C78BB7;
}
.BgClassName
{
background-color: #C78BB7;
}
</style>
border-color css
<style>
span { border-color: #C78BB7; }
span { border-color: rgb(199,139,183); }
td.TdClassName
{
border-color: #C78BB7;
}
.TagClassName
{
border-color: #C78BB7;
}
</style>