Shades of Lilac #C78FCF
Tints of Lilac #C78FCF
RGB
CMYK
RGB Variations
Color information
#C78FCF (or 0xC78FCF) is known color: Lilac. HEX triplet: C7, 8F and CF. RGB value is (199,143,207). Sum of RGB (Red+Green+Blue) = 199+143+207=549 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.25% from 549); Green value is 143 (56.25% from 255 or 26.05% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 207 - color contains mainly: blue. Hex color #C78FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C78FCF is #387030. Grayscale: #A6A6A6. Windows color (decimal): -3698737 or 13602759. OLE color: 13602759.
HSL color Cylindrical-coordinate representation of color #C78FCF: hue angle of 292.5º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C78FCF is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 143 | 207 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.19 |
| HSL | 292.5º | 0.4% | 0.69% | - |
| HSV(B) | 292.5º | 0.31% | 0.81% | - |
| XYZ | 44.64 | 36.29 | 63.68 | - |
| YUV | 167.04 | 150.55 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 143 | 207 | 0.04 | 0.31 | 0 | 0.19 | 292.5 | 0.4 | 0.69 |
| Hex | C7 | 8F | CF | 4 | 1F | 0 | 13 | 124 | 28 | 45 |
| Octal | 307 | 217 | 317 | 4 | 37 | 0 | 23 | 444 | 50 | 105 |
| Binary | 11000111 | 10001111 | 11001111 | 100 | 11111 | 0 | 10011 | 100100100 | 101000 | 1000101 |
Color Harmonies of #C78FCF
Complementary color
Monochromatic Colors of #C78FCF
Black with #C78FCF
Text Example
Text Example
White with #C78FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78FCF; }
p { color: rgb(199,143,207); }
H1.HeaderClassName
{
color: #C78FCF;
}
.AnyTagClassName
{
color: #C78FCF;
}
</style>
background-color css
<style>
a { background-color: #C78FCF; }
a { background-color: rgb(199,143,207); }
div.DivClassName
{
background-color: #C78FCF;
}
.BgClassName
{
background-color: #C78FCF;
}
</style>
border-color css
<style>
span { border-color: #C78FCF; }
span { border-color: rgb(199,143,207); }
td.TdClassName
{
border-color: #C78FCF;
}
.TagClassName
{
border-color: #C78FCF;
}
</style>