Shades of Lily #C78BBC
Tints of Lily #C78BBC
RGB
CMYK
RGB Variations
Color information
#C78BBC (or 0xC78BBC) is known color: Lily. HEX triplet: C7, 8B and BC. RGB value is (199,139,188). Sum of RGB (Red+Green+Blue) = 199+139+188=526 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.83% from 526); Green value is 139 (54.69% from 255 or 26.43% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 199 - color contains mainly: red. Hex color #C78BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C78BBC is #387443. Grayscale: #A2A2A2. Windows color (decimal): -3699780 or 12356551. OLE color: 12356551.
HSL color Cylindrical-coordinate representation of color #C78BBC: hue angle of 311º 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 #C78BBC is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 139 | 188 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.22 |
| HSL | 311º | 0.35% | 0.66% | - |
| HSV(B) | 311º | 0.3% | 0.78% | - |
| XYZ | 41.86 | 34.24 | 51.98 | - |
| YUV | 162.53 | 142.38 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 139 | 188 | 0 | 0.30 | 0.06 | 0.22 | 311 | 0.35 | 0.66 |
| Hex | C7 | 8B | BC | 0 | 1E | 6 | 16 | 137 | 23 | 42 |
| Octal | 307 | 213 | 274 | 0 | 36 | 6 | 26 | 467 | 43 | 102 |
| Binary | 11000111 | 10001011 | 10111100 | 0 | 11110 | 110 | 10110 | 100110111 | 100011 | 1000010 |
Color Harmonies of #C78BBC
Complementary color
Monochromatic Colors of #C78BBC
Black with #C78BBC
Text Example
Text Example
White with #C78BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78BBC; }
p { color: rgb(199,139,188); }
H1.HeaderClassName
{
color: #C78BBC;
}
.AnyTagClassName
{
color: #C78BBC;
}
</style>
background-color css
<style>
a { background-color: #C78BBC; }
a { background-color: rgb(199,139,188); }
div.DivClassName
{
background-color: #C78BBC;
}
.BgClassName
{
background-color: #C78BBC;
}
</style>
border-color css
<style>
span { border-color: #C78BBC; }
span { border-color: rgb(199,139,188); }
td.TdClassName
{
border-color: #C78BBC;
}
.TagClassName
{
border-color: #C78BBC;
}
</style>