Shades of Lilac #C78CCC
Tints of Lilac #C78CCC
RGB
CMYK
RGB Variations
Color information
#C78CCC (or 0xC78CCC) is known color: Lilac. HEX triplet: C7, 8C and CC. RGB value is (199,140,204). Sum of RGB (Red+Green+Blue) = 199+140+204=543 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.65% from 543); Green value is 140 (55.08% from 255 or 25.78% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 204 - color contains mainly: blue. Hex color #C78CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C78CCC is #387333. Grayscale: #A4A4A4. Windows color (decimal): -3699508 or 13405383. OLE color: 13405383.
HSL color Cylindrical-coordinate representation of color #C78CCC: hue angle of 295.31º degrees, saturation: 0.39, 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 #C78CCC is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 140 | 204 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.2 |
| HSL | 295.31º | 0.39% | 0.67% | - |
| HSV(B) | 295.31º | 0.31% | 0.8% | - |
| XYZ | 43.83 | 35.26 | 61.62 | - |
| YUV | 164.94 | 150.05 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 140 | 204 | 0.02 | 0.31 | 0 | 0.2 | 295.31 | 0.39 | 0.67 |
| Hex | C7 | 8C | CC | 2 | 1F | 0 | 14 | 127 | 27 | 43 |
| Octal | 307 | 214 | 314 | 2 | 37 | 0 | 24 | 447 | 47 | 103 |
| Binary | 11000111 | 10001100 | 11001100 | 10 | 11111 | 0 | 10100 | 100100111 | 100111 | 1000011 |
Color Harmonies of #C78CCC
Complementary color
Monochromatic Colors of #C78CCC
Black with #C78CCC
Text Example
Text Example
White with #C78CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78CCC; }
p { color: rgb(199,140,204); }
H1.HeaderClassName
{
color: #C78CCC;
}
.AnyTagClassName
{
color: #C78CCC;
}
</style>
background-color css
<style>
a { background-color: #C78CCC; }
a { background-color: rgb(199,140,204); }
div.DivClassName
{
background-color: #C78CCC;
}
.BgClassName
{
background-color: #C78CCC;
}
</style>
border-color css
<style>
span { border-color: #C78CCC; }
span { border-color: rgb(199,140,204); }
td.TdClassName
{
border-color: #C78CCC;
}
.TagClassName
{
border-color: #C78CCC;
}
</style>