Shades of Lily #C78DBC
Tints of Lily #C78DBC
RGB
CMYK
RGB Variations
Color information
#C78DBC (or 0xC78DBC) is known color: Lily. HEX triplet: C7, 8D and BC. RGB value is (199,141,188). Sum of RGB (Red+Green+Blue) = 199+141+188=528 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.69% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 199 - color contains mainly: red. Hex color #C78DBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C78DBC is #387243. Grayscale: #A3A3A3. Windows color (decimal): -3699268 or 12357063. OLE color: 12357063.
HSL color Cylindrical-coordinate representation of color #C78DBC: hue angle of 311.38º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C78DBC is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 141 | 188 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.22 |
| HSL | 311.38º | 0.34% | 0.67% | - |
| HSV(B) | 311.38º | 0.29% | 0.78% | - |
| XYZ | 42.16 | 34.82 | 52.08 | - |
| YUV | 163.7 | 141.72 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 141 | 188 | 0 | 0.29 | 0.06 | 0.22 | 311.38 | 0.34 | 0.67 |
| Hex | C7 | 8D | BC | 0 | 1D | 6 | 16 | 137 | 22 | 43 |
| Octal | 307 | 215 | 274 | 0 | 35 | 6 | 26 | 467 | 42 | 103 |
| Binary | 11000111 | 10001101 | 10111100 | 0 | 11101 | 110 | 10110 | 100110111 | 100010 | 1000011 |
Color Harmonies of #C78DBC
Complementary color
Monochromatic Colors of #C78DBC
Black with #C78DBC
Text Example
Text Example
White with #C78DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78DBC; }
p { color: rgb(199,141,188); }
H1.HeaderClassName
{
color: #C78DBC;
}
.AnyTagClassName
{
color: #C78DBC;
}
</style>
background-color css
<style>
a { background-color: #C78DBC; }
a { background-color: rgb(199,141,188); }
div.DivClassName
{
background-color: #C78DBC;
}
.BgClassName
{
background-color: #C78DBC;
}
</style>
border-color css
<style>
span { border-color: #C78DBC; }
span { border-color: rgb(199,141,188); }
td.TdClassName
{
border-color: #C78DBC;
}
.TagClassName
{
border-color: #C78DBC;
}
</style>