Shades of Lilac #C78CCA
Tints of Lilac #C78CCA
RGB
CMYK
RGB Variations
Color information
#C78CCA (or 0xC78CCA) is known color: Lilac. HEX triplet: C7, 8C and CA. RGB value is (199,140,202). Sum of RGB (Red+Green+Blue) = 199+140+202=541 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.78% from 541); Green value is 140 (55.08% from 255 or 25.88% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 202 - color contains mainly: blue. Hex color #C78CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C78CCA is #387335. Grayscale: #A4A4A4. Windows color (decimal): -3699510 or 13274311. OLE color: 13274311.
HSL color Cylindrical-coordinate representation of color #C78CCA: hue angle of 297.1º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C78CCA is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 140 | 202 | - |
| CMYK | 0.01 | 0.31 | 0 | 0.21 |
| HSL | 297.1º | 0.37% | 0.67% | - |
| HSV(B) | 297.1º | 0.31% | 0.79% | - |
| XYZ | 43.59 | 35.16 | 60.37 | - |
| YUV | 164.71 | 149.05 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 140 | 202 | 0.01 | 0.31 | 0 | 0.21 | 297.1 | 0.37 | 0.67 |
| Hex | C7 | 8C | CA | 1 | 1F | 0 | 15 | 129 | 25 | 43 |
| Octal | 307 | 214 | 312 | 1 | 37 | 0 | 25 | 451 | 45 | 103 |
| Binary | 11000111 | 10001100 | 11001010 | 1 | 11111 | 0 | 10101 | 100101001 | 100101 | 1000011 |
Color Harmonies of #C78CCA
Complementary color
Monochromatic Colors of #C78CCA
Black with #C78CCA
Text Example
Text Example
White with #C78CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78CCA; }
p { color: rgb(199,140,202); }
H1.HeaderClassName
{
color: #C78CCA;
}
.AnyTagClassName
{
color: #C78CCA;
}
</style>
background-color css
<style>
a { background-color: #C78CCA; }
a { background-color: rgb(199,140,202); }
div.DivClassName
{
background-color: #C78CCA;
}
.BgClassName
{
background-color: #C78CCA;
}
</style>
border-color css
<style>
span { border-color: #C78CCA; }
span { border-color: rgb(199,140,202); }
td.TdClassName
{
border-color: #C78CCA;
}
.TagClassName
{
border-color: #C78CCA;
}
</style>