Shades of Lily #C78BAF
Tints of Lily #C78BAF
RGB
CMYK
RGB Variations
Color information
#C78BAF (or 0xC78BAF) is known color: Lily. HEX triplet: C7, 8B and AF. RGB value is (199,139,175). Sum of RGB (Red+Green+Blue) = 199+139+175=513 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.79% from 513); Green value is 139 (54.69% from 255 or 27.10% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 199 - color contains mainly: red. Hex color #C78BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78BAF is #387450. Grayscale: #A0A0A0. Windows color (decimal): -3699793 or 11504583. OLE color: 11504583.
HSL color Cylindrical-coordinate representation of color #C78BAF: hue angle of 324º 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 #C78BAF is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 139 | 175 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.22 |
| HSL | 324º | 0.35% | 0.66% | - |
| HSV(B) | 324º | 0.3% | 0.78% | - |
| XYZ | 40.52 | 33.7 | 44.93 | - |
| YUV | 161.04 | 135.88 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 139 | 175 | 0 | 0.30 | 0.12 | 0.22 | 324 | 0.35 | 0.66 |
| Hex | C7 | 8B | AF | 0 | 1E | C | 16 | 144 | 23 | 42 |
| Octal | 307 | 213 | 257 | 0 | 36 | 14 | 26 | 504 | 43 | 102 |
| Binary | 11000111 | 10001011 | 10101111 | 0 | 11110 | 1100 | 10110 | 101000100 | 100011 | 1000010 |
Color Harmonies of #C78BAF
Complementary color
Monochromatic Colors of #C78BAF
Black with #C78BAF
Text Example
Text Example
White with #C78BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78BAF; }
p { color: rgb(199,139,175); }
H1.HeaderClassName
{
color: #C78BAF;
}
.AnyTagClassName
{
color: #C78BAF;
}
</style>
background-color css
<style>
a { background-color: #C78BAF; }
a { background-color: rgb(199,139,175); }
div.DivClassName
{
background-color: #C78BAF;
}
.BgClassName
{
background-color: #C78BAF;
}
</style>
border-color css
<style>
span { border-color: #C78BAF; }
span { border-color: rgb(199,139,175); }
td.TdClassName
{
border-color: #C78BAF;
}
.TagClassName
{
border-color: #C78BAF;
}
</style>