Shades of Lilac #C78FBF
Tints of Lilac #C78FBF
RGB
CMYK
RGB Variations
Color information
#C78FBF (or 0xC78FBF) is known color: Lilac. HEX triplet: C7, 8F and BF. RGB value is (199,143,191). Sum of RGB (Red+Green+Blue) = 199+143+191=533 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.34% from 533); Green value is 143 (56.25% from 255 or 26.83% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 199 - color contains mainly: red. Hex color #C78FBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C78FBF is #387040. Grayscale: #A5A5A5. Windows color (decimal): -3698753 or 12554183. OLE color: 12554183.
HSL color Cylindrical-coordinate representation of color #C78FBF: hue angle of 308.57º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C78FBF is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 143 | 191 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.22 |
| HSL | 308.57º | 0.33% | 0.67% | - |
| HSV(B) | 308.57º | 0.28% | 0.78% | - |
| XYZ | 42.78 | 35.55 | 53.9 | - |
| YUV | 165.22 | 142.55 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 143 | 191 | 0 | 0.28 | 0.04 | 0.22 | 308.57 | 0.33 | 0.67 |
| Hex | C7 | 8F | BF | 0 | 1C | 4 | 16 | 135 | 21 | 43 |
| Octal | 307 | 217 | 277 | 0 | 34 | 4 | 26 | 465 | 41 | 103 |
| Binary | 11000111 | 10001111 | 10111111 | 0 | 11100 | 100 | 10110 | 100110101 | 100001 | 1000011 |
Color Harmonies of #C78FBF
Complementary color
Monochromatic Colors of #C78FBF
Black with #C78FBF
Text Example
Text Example
White with #C78FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78FBF; }
p { color: rgb(199,143,191); }
H1.HeaderClassName
{
color: #C78FBF;
}
.AnyTagClassName
{
color: #C78FBF;
}
</style>
background-color css
<style>
a { background-color: #C78FBF; }
a { background-color: rgb(199,143,191); }
div.DivClassName
{
background-color: #C78FBF;
}
.BgClassName
{
background-color: #C78FBF;
}
</style>
border-color css
<style>
span { border-color: #C78FBF; }
span { border-color: rgb(199,143,191); }
td.TdClassName
{
border-color: #C78FBF;
}
.TagClassName
{
border-color: #C78FBF;
}
</style>