Shades of Lilac #C78ACF
Tints of Lilac #C78ACF
RGB
CMYK
RGB Variations
Color information
#C78ACF (or 0xC78ACF) is known color: Lilac. HEX triplet: C7, 8A and CF. RGB value is (199,138,207). Sum of RGB (Red+Green+Blue) = 199+138+207=544 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.58% from 544); Green value is 138 (54.30% from 255 or 25.37% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 207 - color contains mainly: blue. Hex color #C78ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C78ACF is #387530. Grayscale: #A3A3A3. Windows color (decimal): -3700017 or 13601479. OLE color: 13601479.
HSL color Cylindrical-coordinate representation of color #C78ACF: hue angle of 293.04º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C78ACF is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 138 | 207 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.19 |
| HSL | 293.04º | 0.42% | 0.68% | - |
| HSV(B) | 293.04º | 0.33% | 0.81% | - |
| XYZ | 43.9 | 34.82 | 63.44 | - |
| YUV | 164.11 | 152.21 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 138 | 207 | 0.04 | 0.33 | 0 | 0.19 | 293.04 | 0.42 | 0.68 |
| Hex | C7 | 8A | CF | 4 | 21 | 0 | 13 | 125 | 2A | 44 |
| Octal | 307 | 212 | 317 | 4 | 41 | 0 | 23 | 445 | 52 | 104 |
| Binary | 11000111 | 10001010 | 11001111 | 100 | 100001 | 0 | 10011 | 100100101 | 101010 | 1000100 |
Color Harmonies of #C78ACF
Complementary color
Monochromatic Colors of #C78ACF
Black with #C78ACF
Text Example
Text Example
White with #C78ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78ACF; }
p { color: rgb(199,138,207); }
H1.HeaderClassName
{
color: #C78ACF;
}
.AnyTagClassName
{
color: #C78ACF;
}
</style>
background-color css
<style>
a { background-color: #C78ACF; }
a { background-color: rgb(199,138,207); }
div.DivClassName
{
background-color: #C78ACF;
}
.BgClassName
{
background-color: #C78ACF;
}
</style>
border-color css
<style>
span { border-color: #C78ACF; }
span { border-color: rgb(199,138,207); }
td.TdClassName
{
border-color: #C78ACF;
}
.TagClassName
{
border-color: #C78ACF;
}
</style>