Shades of Lilac #C78CCF
Tints of Lilac #C78CCF
RGB
CMYK
RGB Variations
Color information
#C78CCF (or 0xC78CCF) is known color: Lilac. HEX triplet: C7, 8C and CF. RGB value is (199,140,207). Sum of RGB (Red+Green+Blue) = 199+140+207=546 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.45% from 546); Green value is 140 (55.08% from 255 or 25.64% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 207 - color contains mainly: blue. Hex color #C78CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C78CCF is #387330. Grayscale: #A5A5A5. Windows color (decimal): -3699505 or 13601991. OLE color: 13601991.
HSL color Cylindrical-coordinate representation of color #C78CCF: hue angle of 292.84º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C78CCF is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 140 | 207 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.19 |
| HSL | 292.84º | 0.41% | 0.68% | - |
| HSV(B) | 292.84º | 0.32% | 0.81% | - |
| XYZ | 44.19 | 35.4 | 63.54 | - |
| YUV | 165.28 | 151.55 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 140 | 207 | 0.04 | 0.32 | 0 | 0.19 | 292.84 | 0.41 | 0.68 |
| Hex | C7 | 8C | CF | 4 | 20 | 0 | 13 | 125 | 29 | 44 |
| Octal | 307 | 214 | 317 | 4 | 40 | 0 | 23 | 445 | 51 | 104 |
| Binary | 11000111 | 10001100 | 11001111 | 100 | 100000 | 0 | 10011 | 100100101 | 101001 | 1000100 |
Color Harmonies of #C78CCF
Complementary color
Monochromatic Colors of #C78CCF
Black with #C78CCF
Text Example
Text Example
White with #C78CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78CCF; }
p { color: rgb(199,140,207); }
H1.HeaderClassName
{
color: #C78CCF;
}
.AnyTagClassName
{
color: #C78CCF;
}
</style>
background-color css
<style>
a { background-color: #C78CCF; }
a { background-color: rgb(199,140,207); }
div.DivClassName
{
background-color: #C78CCF;
}
.BgClassName
{
background-color: #C78CCF;
}
</style>
border-color css
<style>
span { border-color: #C78CCF; }
span { border-color: rgb(199,140,207); }
td.TdClassName
{
border-color: #C78CCF;
}
.TagClassName
{
border-color: #C78CCF;
}
</style>