Shades of Lilac #C78ACD
Tints of Lilac #C78ACD
RGB
CMYK
RGB Variations
Color information
#C78ACD (or 0xC78ACD) is known color: Lilac. HEX triplet: C7, 8A and CD. RGB value is (199,138,205). Sum of RGB (Red+Green+Blue) = 199+138+205=542 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.72% from 542); Green value is 138 (54.30% from 255 or 25.46% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 205 - color contains mainly: blue. Hex color #C78ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C78ACD is #387532. Grayscale: #A3A3A3. Windows color (decimal): -3700019 or 13470407. OLE color: 13470407.
HSL color Cylindrical-coordinate representation of color #C78ACD: hue angle of 294.63º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C78ACD is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 138 | 205 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.20 |
| HSL | 294.63º | 0.4% | 0.67% | - |
| HSV(B) | 294.63º | 0.33% | 0.8% | - |
| XYZ | 43.66 | 34.73 | 62.16 | - |
| YUV | 163.88 | 151.21 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 138 | 205 | 0.03 | 0.33 | 0 | 0.20 | 294.63 | 0.4 | 0.67 |
| Hex | C7 | 8A | CD | 3 | 21 | 0 | 14 | 127 | 28 | 43 |
| Octal | 307 | 212 | 315 | 3 | 41 | 0 | 24 | 447 | 50 | 103 |
| Binary | 11000111 | 10001010 | 11001101 | 11 | 100001 | 0 | 10100 | 100100111 | 101000 | 1000011 |
Color Harmonies of #C78ACD
Complementary color
Monochromatic Colors of #C78ACD
Black with #C78ACD
Text Example
Text Example
White with #C78ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78ACD; }
p { color: rgb(199,138,205); }
H1.HeaderClassName
{
color: #C78ACD;
}
.AnyTagClassName
{
color: #C78ACD;
}
</style>
background-color css
<style>
a { background-color: #C78ACD; }
a { background-color: rgb(199,138,205); }
div.DivClassName
{
background-color: #C78ACD;
}
.BgClassName
{
background-color: #C78ACD;
}
</style>
border-color css
<style>
span { border-color: #C78ACD; }
span { border-color: rgb(199,138,205); }
td.TdClassName
{
border-color: #C78ACD;
}
.TagClassName
{
border-color: #C78ACD;
}
</style>