Shades of Lilac #C785CF
Tints of Lilac #C785CF
RGB
CMYK
RGB Variations
Color information
#C785CF (or 0xC785CF) is known color: Lilac. HEX triplet: C7, 85 and CF. RGB value is (199,133,207). Sum of RGB (Red+Green+Blue) = 199+133+207=539 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.92% from 539); Green value is 133 (52.34% from 255 or 24.68% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 207 - color contains mainly: blue. Hex color #C785CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C785CF is #387A30. Grayscale: #A0A0A0. Windows color (decimal): -3701297 or 13600199. OLE color: 13600199.
HSL color Cylindrical-coordinate representation of color #C785CF: hue angle of 293.51º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C785CF is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 133 | 207 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.19 |
| HSL | 293.51º | 0.44% | 0.67% | - |
| HSV(B) | 293.51º | 0.36% | 0.81% | - |
| XYZ | 43.2 | 33.42 | 63.21 | - |
| YUV | 161.17 | 153.87 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 133 | 207 | 0.04 | 0.36 | 0 | 0.19 | 293.51 | 0.44 | 0.67 |
| Hex | C7 | 85 | CF | 4 | 24 | 0 | 13 | 126 | 2C | 43 |
| Octal | 307 | 205 | 317 | 4 | 44 | 0 | 23 | 446 | 54 | 103 |
| Binary | 11000111 | 10000101 | 11001111 | 100 | 100100 | 0 | 10011 | 100100110 | 101100 | 1000011 |
Color Harmonies of #C785CF
Complementary color
Monochromatic Colors of #C785CF
Black with #C785CF
Text Example
Text Example
White with #C785CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C785CF; }
p { color: rgb(199,133,207); }
H1.HeaderClassName
{
color: #C785CF;
}
.AnyTagClassName
{
color: #C785CF;
}
</style>
background-color css
<style>
a { background-color: #C785CF; }
a { background-color: rgb(199,133,207); }
div.DivClassName
{
background-color: #C785CF;
}
.BgClassName
{
background-color: #C785CF;
}
</style>
border-color css
<style>
span { border-color: #C785CF; }
span { border-color: rgb(199,133,207); }
td.TdClassName
{
border-color: #C785CF;
}
.TagClassName
{
border-color: #C785CF;
}
</style>