Shades of Lilac #C78ACC
Tints of Lilac #C78ACC
RGB
CMYK
RGB Variations
Color information
#C78ACC (or 0xC78ACC) is known color: Lilac. HEX triplet: C7, 8A and CC. RGB value is (199,138,204). Sum of RGB (Red+Green+Blue) = 199+138+204=541 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.78% from 541); Green value is 138 (54.30% from 255 or 25.51% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 204 - color contains mainly: blue. Hex color #C78ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C78ACC is #387533. Grayscale: #A3A3A3. Windows color (decimal): -3700020 or 13404871. OLE color: 13404871.
HSL color Cylindrical-coordinate representation of color #C78ACC: hue angle of 295.45º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C78ACC is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 138 | 204 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.2 |
| HSL | 295.45º | 0.39% | 0.67% | - |
| HSV(B) | 295.45º | 0.32% | 0.8% | - |
| XYZ | 43.54 | 34.68 | 61.53 | - |
| YUV | 163.76 | 150.71 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 138 | 204 | 0.02 | 0.32 | 0 | 0.2 | 295.45 | 0.39 | 0.67 |
| Hex | C7 | 8A | CC | 2 | 20 | 0 | 14 | 127 | 27 | 43 |
| Octal | 307 | 212 | 314 | 2 | 40 | 0 | 24 | 447 | 47 | 103 |
| Binary | 11000111 | 10001010 | 11001100 | 10 | 100000 | 0 | 10100 | 100100111 | 100111 | 1000011 |
Color Harmonies of #C78ACC
Complementary color
Monochromatic Colors of #C78ACC
Black with #C78ACC
Text Example
Text Example
White with #C78ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78ACC; }
p { color: rgb(199,138,204); }
H1.HeaderClassName
{
color: #C78ACC;
}
.AnyTagClassName
{
color: #C78ACC;
}
</style>
background-color css
<style>
a { background-color: #C78ACC; }
a { background-color: rgb(199,138,204); }
div.DivClassName
{
background-color: #C78ACC;
}
.BgClassName
{
background-color: #C78ACC;
}
</style>
border-color css
<style>
span { border-color: #C78ACC; }
span { border-color: rgb(199,138,204); }
td.TdClassName
{
border-color: #C78ACC;
}
.TagClassName
{
border-color: #C78ACC;
}
</style>