Shades of Lilac #C785C0
Tints of Lilac #C785C0
RGB
CMYK
RGB Variations
Color information
#C785C0 (or 0xC785C0) is known color: Lilac. HEX triplet: C7, 85 and C0. RGB value is (199,133,192). Sum of RGB (Red+Green+Blue) = 199+133+192=524 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.98% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 199 - color contains mainly: red. Hex color #C785C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C785C0 is #387A3F. Grayscale: #9F9F9F. Windows color (decimal): -3701312 or 12617159. OLE color: 12617159.
HSL color Cylindrical-coordinate representation of color #C785C0: hue angle of 306.36º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C785C0 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 133 | 192 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.22 |
| HSL | 306.36º | 0.37% | 0.65% | - |
| HSV(B) | 306.36º | 0.33% | 0.78% | - |
| XYZ | 41.46 | 32.72 | 54 | - |
| YUV | 159.46 | 146.37 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 133 | 192 | 0 | 0.33 | 0.04 | 0.22 | 306.36 | 0.37 | 0.65 |
| Hex | C7 | 85 | C0 | 0 | 21 | 4 | 16 | 132 | 25 | 41 |
| Octal | 307 | 205 | 300 | 0 | 41 | 4 | 26 | 462 | 45 | 101 |
| Binary | 11000111 | 10000101 | 11000000 | 0 | 100001 | 100 | 10110 | 100110010 | 100101 | 1000001 |
Color Harmonies of #C785C0
Complementary color
Monochromatic Colors of #C785C0
Black with #C785C0
Text Example
Text Example
White with #C785C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C785C0; }
p { color: rgb(199,133,192); }
H1.HeaderClassName
{
color: #C785C0;
}
.AnyTagClassName
{
color: #C785C0;
}
</style>
background-color css
<style>
a { background-color: #C785C0; }
a { background-color: rgb(199,133,192); }
div.DivClassName
{
background-color: #C785C0;
}
.BgClassName
{
background-color: #C785C0;
}
</style>
border-color css
<style>
span { border-color: #C785C0; }
span { border-color: rgb(199,133,192); }
td.TdClassName
{
border-color: #C785C0;
}
.TagClassName
{
border-color: #C785C0;
}
</style>