Shades of Lilac #C78CBF
Tints of Lilac #C78CBF
RGB
CMYK
RGB Variations
Color information
#C78CBF (or 0xC78CBF) is known color: Lilac. HEX triplet: C7, 8C and BF. RGB value is (199,140,191). Sum of RGB (Red+Green+Blue) = 199+140+191=530 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.55% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 199 - color contains mainly: red. Hex color #C78CBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C78CBF is #387340. Grayscale: #A3A3A3. Windows color (decimal): -3699521 or 12553415. OLE color: 12553415.
HSL color Cylindrical-coordinate representation of color #C78CBF: hue angle of 308.14º 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 #C78CBF is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 140 | 191 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.22 |
| HSL | 308.14º | 0.35% | 0.66% | - |
| HSV(B) | 308.14º | 0.3% | 0.78% | - |
| XYZ | 42.34 | 34.66 | 53.75 | - |
| YUV | 163.46 | 143.55 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 140 | 191 | 0 | 0.30 | 0.04 | 0.22 | 308.14 | 0.35 | 0.66 |
| Hex | C7 | 8C | BF | 0 | 1E | 4 | 16 | 134 | 23 | 42 |
| Octal | 307 | 214 | 277 | 0 | 36 | 4 | 26 | 464 | 43 | 102 |
| Binary | 11000111 | 10001100 | 10111111 | 0 | 11110 | 100 | 10110 | 100110100 | 100011 | 1000010 |
Color Harmonies of #C78CBF
Complementary color
Monochromatic Colors of #C78CBF
Black with #C78CBF
Text Example
Text Example
White with #C78CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78CBF; }
p { color: rgb(199,140,191); }
H1.HeaderClassName
{
color: #C78CBF;
}
.AnyTagClassName
{
color: #C78CBF;
}
</style>
background-color css
<style>
a { background-color: #C78CBF; }
a { background-color: rgb(199,140,191); }
div.DivClassName
{
background-color: #C78CBF;
}
.BgClassName
{
background-color: #C78CBF;
}
</style>
border-color css
<style>
span { border-color: #C78CBF; }
span { border-color: rgb(199,140,191); }
td.TdClassName
{
border-color: #C78CBF;
}
.TagClassName
{
border-color: #C78CBF;
}
</style>