Shades of Lilac #C786CF
Tints of Lilac #C786CF
RGB
CMYK
RGB Variations
Color information
#C786CF (or 0xC786CF) is known color: Lilac. HEX triplet: C7, 86 and CF. RGB value is (199,134,207). Sum of RGB (Red+Green+Blue) = 199+134+207=540 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.85% from 540); Green value is 134 (52.73% from 255 or 24.81% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 207 - color contains mainly: blue. Hex color #C786CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C786CF is #387930. Grayscale: #A1A1A1. Windows color (decimal): -3701041 or 13600455. OLE color: 13600455.
HSL color Cylindrical-coordinate representation of color #C786CF: hue angle of 293.42º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C786CF is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 134 | 207 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.19 |
| HSL | 293.42º | 0.43% | 0.67% | - |
| HSV(B) | 293.42º | 0.35% | 0.81% | - |
| XYZ | 43.34 | 33.7 | 63.25 | - |
| YUV | 161.76 | 153.53 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 134 | 207 | 0.04 | 0.35 | 0 | 0.19 | 293.42 | 0.43 | 0.67 |
| Hex | C7 | 86 | CF | 4 | 23 | 0 | 13 | 125 | 2B | 43 |
| Octal | 307 | 206 | 317 | 4 | 43 | 0 | 23 | 445 | 53 | 103 |
| Binary | 11000111 | 10000110 | 11001111 | 100 | 100011 | 0 | 10011 | 100100101 | 101011 | 1000011 |
Color Harmonies of #C786CF
Complementary color
Monochromatic Colors of #C786CF
Black with #C786CF
Text Example
Text Example
White with #C786CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C786CF; }
p { color: rgb(199,134,207); }
H1.HeaderClassName
{
color: #C786CF;
}
.AnyTagClassName
{
color: #C786CF;
}
</style>
background-color css
<style>
a { background-color: #C786CF; }
a { background-color: rgb(199,134,207); }
div.DivClassName
{
background-color: #C786CF;
}
.BgClassName
{
background-color: #C786CF;
}
</style>
border-color css
<style>
span { border-color: #C786CF; }
span { border-color: rgb(199,134,207); }
td.TdClassName
{
border-color: #C786CF;
}
.TagClassName
{
border-color: #C786CF;
}
</style>