Shades of Lilac #C78FC0
Tints of Lilac #C78FC0
RGB
CMYK
RGB Variations
Color information
#C78FC0 (or 0xC78FC0) is known color: Lilac. HEX triplet: C7, 8F and C0. RGB value is (199,143,192). Sum of RGB (Red+Green+Blue) = 199+143+192=534 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.27% from 534); Green value is 143 (56.25% from 255 or 26.78% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 199 - color contains mainly: red. Hex color #C78FC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C78FC0 is #38703F. Grayscale: #A5A5A5. Windows color (decimal): -3698752 or 12619719. OLE color: 12619719.
HSL color Cylindrical-coordinate representation of color #C78FC0: hue angle of 307.5º 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 #C78FC0 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 143 | 192 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.22 |
| HSL | 307.5º | 0.33% | 0.67% | - |
| HSV(B) | 307.5º | 0.28% | 0.78% | - |
| XYZ | 42.89 | 35.59 | 54.48 | - |
| YUV | 165.33 | 143.05 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 143 | 192 | 0 | 0.28 | 0.04 | 0.22 | 307.5 | 0.33 | 0.67 |
| Hex | C7 | 8F | C0 | 0 | 1C | 4 | 16 | 134 | 21 | 43 |
| Octal | 307 | 217 | 300 | 0 | 34 | 4 | 26 | 464 | 41 | 103 |
| Binary | 11000111 | 10001111 | 11000000 | 0 | 11100 | 100 | 10110 | 100110100 | 100001 | 1000011 |
Color Harmonies of #C78FC0
Complementary color
Monochromatic Colors of #C78FC0
Black with #C78FC0
Text Example
Text Example
White with #C78FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78FC0; }
p { color: rgb(199,143,192); }
H1.HeaderClassName
{
color: #C78FC0;
}
.AnyTagClassName
{
color: #C78FC0;
}
</style>
background-color css
<style>
a { background-color: #C78FC0; }
a { background-color: rgb(199,143,192); }
div.DivClassName
{
background-color: #C78FC0;
}
.BgClassName
{
background-color: #C78FC0;
}
</style>
border-color css
<style>
span { border-color: #C78FC0; }
span { border-color: rgb(199,143,192); }
td.TdClassName
{
border-color: #C78FC0;
}
.TagClassName
{
border-color: #C78FC0;
}
</style>