Shades of Lilac #C78DCB
Tints of Lilac #C78DCB
RGB
CMYK
RGB Variations
Color information
#C78DCB (or 0xC78DCB) is known color: Lilac. HEX triplet: C7, 8D and CB. RGB value is (199,141,203). Sum of RGB (Red+Green+Blue) = 199+141+203=543 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.65% from 543); Green value is 141 (55.47% from 255 or 25.97% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 203 - color contains mainly: blue. Hex color #C78DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C78DCB is #387234. Grayscale: #A5A5A5. Windows color (decimal): -3699253 or 13340103. OLE color: 13340103.
HSL color Cylindrical-coordinate representation of color #C78DCB: hue angle of 296.13º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C78DCB is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 141 | 203 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.20 |
| HSL | 296.13º | 0.37% | 0.67% | - |
| HSV(B) | 296.13º | 0.31% | 0.8% | - |
| XYZ | 43.86 | 35.5 | 61.04 | - |
| YUV | 165.41 | 149.22 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 141 | 203 | 0.02 | 0.31 | 0 | 0.20 | 296.13 | 0.37 | 0.67 |
| Hex | C7 | 8D | CB | 2 | 1F | 0 | 14 | 128 | 25 | 43 |
| Octal | 307 | 215 | 313 | 2 | 37 | 0 | 24 | 450 | 45 | 103 |
| Binary | 11000111 | 10001101 | 11001011 | 10 | 11111 | 0 | 10100 | 100101000 | 100101 | 1000011 |
Color Harmonies of #C78DCB
Complementary color
Monochromatic Colors of #C78DCB
Black with #C78DCB
Text Example
Text Example
White with #C78DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78DCB; }
p { color: rgb(199,141,203); }
H1.HeaderClassName
{
color: #C78DCB;
}
.AnyTagClassName
{
color: #C78DCB;
}
</style>
background-color css
<style>
a { background-color: #C78DCB; }
a { background-color: rgb(199,141,203); }
div.DivClassName
{
background-color: #C78DCB;
}
.BgClassName
{
background-color: #C78DCB;
}
</style>
border-color css
<style>
span { border-color: #C78DCB; }
span { border-color: rgb(199,141,203); }
td.TdClassName
{
border-color: #C78DCB;
}
.TagClassName
{
border-color: #C78DCB;
}
</style>