Shades of Lily #C78DB7
Tints of Lily #C78DB7
RGB
CMYK
RGB Variations
Color information
#C78DB7 (or 0xC78DB7) is known color: Lily. HEX triplet: C7, 8D and B7. RGB value is (199,141,183). Sum of RGB (Red+Green+Blue) = 199+141+183=523 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.05% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 183 (71.88% from 255 or 34.99% from 523); Max value from RGB is 199 - color contains mainly: red. Hex color #C78DB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C78DB7 is #387248. Grayscale: #A3A3A3. Windows color (decimal): -3699273 or 12029383. OLE color: 12029383.
HSL color Cylindrical-coordinate representation of color #C78DB7: hue angle of 316.55º 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 #C78DB7 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 141 | 183 | - |
CMYK | 0 | 0.29 | 0.08 | 0.22 |
HSL | 316.55º | 0.34% | 0.67% | - |
HSV(B) | 316.55º | 0.29% | 0.78% | - |
XYZ | 41.63 | 34.61 | 49.29 | - |
YUV | 163.13 | 139.22 | 153.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 141 | 183 | 0 | 0.29 | 0.08 | 0.22 | 316.55 | 0.34 | 0.67 |
Hex | C7 | 8D | B7 | 0 | 1D | 8 | 16 | 13D | 22 | 43 |
Octal | 307 | 215 | 267 | 0 | 35 | 10 | 26 | 475 | 42 | 103 |
Binary | 11000111 | 10001101 | 10110111 | 0 | 11101 | 1000 | 10110 | 100111101 | 100010 | 1000011 |
Color Harmonies of #C78DB7
Complementary color
Monochromatic Colors of #C78DB7
Black with #C78DB7
Text Example
Text Example
White with #C78DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78DB7; }
p { color: rgb(199,141,183); }
H1.HeaderClassName
{
color: #C78DB7;
}
.AnyTagClassName
{
color: #C78DB7;
}
</style>
background-color css
<style>
a { background-color: #C78DB7; }
a { background-color: rgb(199,141,183); }
div.DivClassName
{
background-color: #C78DB7;
}
.BgClassName
{
background-color: #C78DB7;
}
</style>
border-color css
<style>
span { border-color: #C78DB7; }
span { border-color: rgb(199,141,183); }
td.TdClassName
{
border-color: #C78DB7;
}
.TagClassName
{
border-color: #C78DB7;
}
</style>