Shades of Lilac #C782C0
Tints of Lilac #C782C0
RGB
CMYK
RGB Variations
Color information
#C782C0 (or 0xC782C0) is known color: Lilac. HEX triplet: C7, 82 and C0. RGB value is (199,130,192). Sum of RGB (Red+Green+Blue) = 199+130+192=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 130 (51.17% from 255 or 24.95% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 199 - color contains mainly: red. Hex color #C782C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C782C0 is #387D3F. Grayscale: #9D9D9D. Windows color (decimal): -3702080 or 12616391. OLE color: 12616391.
HSL color Cylindrical-coordinate representation of color #C782C0: hue angle of 306.09º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C782C0 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 130 | 192 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.22 |
| HSL | 306.09º | 0.38% | 0.65% | - |
| HSV(B) | 306.09º | 0.35% | 0.78% | - |
| XYZ | 41.05 | 31.91 | 53.87 | - |
| YUV | 157.7 | 147.36 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 130 | 192 | 0 | 0.35 | 0.04 | 0.22 | 306.09 | 0.38 | 0.65 |
| Hex | C7 | 82 | C0 | 0 | 23 | 4 | 16 | 132 | 26 | 41 |
| Octal | 307 | 202 | 300 | 0 | 43 | 4 | 26 | 462 | 46 | 101 |
| Binary | 11000111 | 10000010 | 11000000 | 0 | 100011 | 100 | 10110 | 100110010 | 100110 | 1000001 |
Color Harmonies of #C782C0
Complementary color
Monochromatic Colors of #C782C0
Black with #C782C0
Text Example
Text Example
White with #C782C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C782C0; }
p { color: rgb(199,130,192); }
H1.HeaderClassName
{
color: #C782C0;
}
.AnyTagClassName
{
color: #C782C0;
}
</style>
background-color css
<style>
a { background-color: #C782C0; }
a { background-color: rgb(199,130,192); }
div.DivClassName
{
background-color: #C782C0;
}
.BgClassName
{
background-color: #C782C0;
}
</style>
border-color css
<style>
span { border-color: #C782C0; }
span { border-color: rgb(199,130,192); }
td.TdClassName
{
border-color: #C782C0;
}
.TagClassName
{
border-color: #C782C0;
}
</style>