Shades of Lily #C78DBB
Tints of Lily #C78DBB
RGB
CMYK
RGB Variations
Color information
#C78DBB (or 0xC78DBB) is known color: Lily. HEX triplet: C7, 8D and BB. RGB value is (199,141,187). Sum of RGB (Red+Green+Blue) = 199+141+187=527 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.76% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 199 - color contains mainly: red. Hex color #C78DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C78DBB is #387244. Grayscale: #A3A3A3. Windows color (decimal): -3699269 or 12291527. OLE color: 12291527.
HSL color Cylindrical-coordinate representation of color #C78DBB: hue angle of 312.41º 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 #C78DBB is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 141 | 187 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.22 |
| HSL | 312.41º | 0.34% | 0.67% | - |
| HSV(B) | 312.41º | 0.29% | 0.78% | - |
| XYZ | 42.05 | 34.78 | 51.51 | - |
| YUV | 163.59 | 141.22 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 141 | 187 | 0 | 0.29 | 0.06 | 0.22 | 312.41 | 0.34 | 0.67 |
| Hex | C7 | 8D | BB | 0 | 1D | 6 | 16 | 138 | 22 | 43 |
| Octal | 307 | 215 | 273 | 0 | 35 | 6 | 26 | 470 | 42 | 103 |
| Binary | 11000111 | 10001101 | 10111011 | 0 | 11101 | 110 | 10110 | 100111000 | 100010 | 1000011 |
Color Harmonies of #C78DBB
Complementary color
Monochromatic Colors of #C78DBB
Black with #C78DBB
Text Example
Text Example
White with #C78DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78DBB; }
p { color: rgb(199,141,187); }
H1.HeaderClassName
{
color: #C78DBB;
}
.AnyTagClassName
{
color: #C78DBB;
}
</style>
background-color css
<style>
a { background-color: #C78DBB; }
a { background-color: rgb(199,141,187); }
div.DivClassName
{
background-color: #C78DBB;
}
.BgClassName
{
background-color: #C78DBB;
}
</style>
border-color css
<style>
span { border-color: #C78DBB; }
span { border-color: rgb(199,141,187); }
td.TdClassName
{
border-color: #C78DBB;
}
.TagClassName
{
border-color: #C78DBB;
}
</style>