Shades of Lilac #C785C7
Tints of Lilac #C785C7
RGB
CMYK
RGB Variations
Color information
#C785C7 (or 0xC785C7) is known color: Lilac. HEX triplet: C7, 85 and C7. RGB value is (199,133,199). Sum of RGB (Red+Green+Blue) = 199+133+199=531 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.48% from 531); Green value is 133 (52.34% from 255 or 25.05% from 531); Blue value is 199 (78.12% from 255 or 37.48% from 531); Max value from RGB is 199 - color contains mainly: red, blue. Hex color #C785C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C785C7 is #387A38. Grayscale: #A0A0A0. Windows color (decimal): -3701305 or 13075911. OLE color: 13075911.
HSL color Cylindrical-coordinate representation of color #C785C7: hue angle of 300º 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 #C785C7 is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 133 | 199 | - |
| CMYK | 0 | 0.33 | 0 | 0.22 |
| HSL | 300º | 0.37% | 0.65% | - |
| HSV(B) | 300º | 0.33% | 0.78% | - |
| XYZ | 42.25 | 33.04 | 58.18 | - |
| YUV | 160.26 | 149.87 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 133 | 199 | 0 | 0.33 | 0 | 0.22 | 300 | 0.37 | 0.65 |
| Hex | C7 | 85 | C7 | 0 | 21 | 0 | 16 | 12C | 25 | 41 |
| Octal | 307 | 205 | 307 | 0 | 41 | 0 | 26 | 454 | 45 | 101 |
| Binary | 11000111 | 10000101 | 11000111 | 0 | 100001 | 0 | 10110 | 100101100 | 100101 | 1000001 |
Color Harmonies of #C785C7
Complementary color
Monochromatic Colors of #C785C7
Black with #C785C7
Text Example
Text Example
White with #C785C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C785C7; }
p { color: rgb(199,133,199); }
H1.HeaderClassName
{
color: #C785C7;
}
.AnyTagClassName
{
color: #C785C7;
}
</style>
background-color css
<style>
a { background-color: #C785C7; }
a { background-color: rgb(199,133,199); }
div.DivClassName
{
background-color: #C785C7;
}
.BgClassName
{
background-color: #C785C7;
}
</style>
border-color css
<style>
span { border-color: #C785C7; }
span { border-color: rgb(199,133,199); }
td.TdClassName
{
border-color: #C785C7;
}
.TagClassName
{
border-color: #C785C7;
}
</style>