Shades of Lily #C78ABB
Tints of Lily #C78ABB
RGB
CMYK
RGB Variations
Color information
#C78ABB (or 0xC78ABB) is known color: Lily. HEX triplet: C7, 8A and BB. RGB value is (199,138,187). Sum of RGB (Red+Green+Blue) = 199+138+187=524 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.98% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 199 - color contains mainly: red. Hex color #C78ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C78ABB is #387544. Grayscale: #A1A1A1. Windows color (decimal): -3700037 or 12290759. OLE color: 12290759.
HSL color Cylindrical-coordinate representation of color #C78ABB: hue angle of 311.8º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C78ABB is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 138 | 187 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.22 |
| HSL | 311.8º | 0.35% | 0.66% | - |
| HSV(B) | 311.8º | 0.31% | 0.78% | - |
| XYZ | 41.61 | 33.91 | 51.37 | - |
| YUV | 161.83 | 142.21 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 138 | 187 | 0 | 0.31 | 0.06 | 0.22 | 311.8 | 0.35 | 0.66 |
| Hex | C7 | 8A | BB | 0 | 1F | 6 | 16 | 138 | 23 | 42 |
| Octal | 307 | 212 | 273 | 0 | 37 | 6 | 26 | 470 | 43 | 102 |
| Binary | 11000111 | 10001010 | 10111011 | 0 | 11111 | 110 | 10110 | 100111000 | 100011 | 1000010 |
Color Harmonies of #C78ABB
Complementary color
Monochromatic Colors of #C78ABB
Black with #C78ABB
Text Example
Text Example
White with #C78ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78ABB; }
p { color: rgb(199,138,187); }
H1.HeaderClassName
{
color: #C78ABB;
}
.AnyTagClassName
{
color: #C78ABB;
}
</style>
background-color css
<style>
a { background-color: #C78ABB; }
a { background-color: rgb(199,138,187); }
div.DivClassName
{
background-color: #C78ABB;
}
.BgClassName
{
background-color: #C78ABB;
}
</style>
border-color css
<style>
span { border-color: #C78ABB; }
span { border-color: rgb(199,138,187); }
td.TdClassName
{
border-color: #C78ABB;
}
.TagClassName
{
border-color: #C78ABB;
}
</style>