Shades of Lilac #C78DCC
Tints of Lilac #C78DCC
RGB
CMYK
RGB Variations
Color information
#C78DCC (or 0xC78DCC) is known color: Lilac. HEX triplet: C7, 8D and CC. RGB value is (199,141,204). Sum of RGB (Red+Green+Blue) = 199+141+204=544 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.58% from 544); Green value is 141 (55.47% from 255 or 25.92% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 204 - color contains mainly: blue. Hex color #C78DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C78DCC is #387233. Grayscale: #A5A5A5. Windows color (decimal): -3699252 or 13405639. OLE color: 13405639.
HSL color Cylindrical-coordinate representation of color #C78DCC: hue angle of 295.24º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C78DCC is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 141 | 204 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.2 |
| HSL | 295.24º | 0.38% | 0.68% | - |
| HSV(B) | 295.24º | 0.31% | 0.8% | - |
| XYZ | 43.98 | 35.55 | 61.67 | - |
| YUV | 165.52 | 149.72 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 141 | 204 | 0.02 | 0.31 | 0 | 0.2 | 295.24 | 0.38 | 0.68 |
| Hex | C7 | 8D | CC | 2 | 1F | 0 | 14 | 127 | 26 | 44 |
| Octal | 307 | 215 | 314 | 2 | 37 | 0 | 24 | 447 | 46 | 104 |
| Binary | 11000111 | 10001101 | 11001100 | 10 | 11111 | 0 | 10100 | 100100111 | 100110 | 1000100 |
Color Harmonies of #C78DCC
Complementary color
Monochromatic Colors of #C78DCC
Black with #C78DCC
Text Example
Text Example
White with #C78DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78DCC; }
p { color: rgb(199,141,204); }
H1.HeaderClassName
{
color: #C78DCC;
}
.AnyTagClassName
{
color: #C78DCC;
}
</style>
background-color css
<style>
a { background-color: #C78DCC; }
a { background-color: rgb(199,141,204); }
div.DivClassName
{
background-color: #C78DCC;
}
.BgClassName
{
background-color: #C78DCC;
}
</style>
border-color css
<style>
span { border-color: #C78DCC; }
span { border-color: rgb(199,141,204); }
td.TdClassName
{
border-color: #C78DCC;
}
.TagClassName
{
border-color: #C78DCC;
}
</style>