Shades of Lilac #C686CD
Tints of Lilac #C686CD
RGB
CMYK
RGB Variations
Color information
#C686CD (or 0xC686CD) is known color: Lilac. HEX triplet: C6, 86 and CD. RGB value is (198,134,205). Sum of RGB (Red+Green+Blue) = 198+134+205=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 134 (52.73% from 255 or 24.95% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 205 - color contains mainly: blue. Hex color #C686CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C686CD is #397932. Grayscale: #A1A1A1. Windows color (decimal): -3766579 or 13469382. OLE color: 13469382.
HSL color Cylindrical-coordinate representation of color #C686CD: hue angle of 294.08º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C686CD is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 134 | 205 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.20 |
| HSL | 294.08º | 0.42% | 0.66% | - |
| HSV(B) | 294.08º | 0.35% | 0.8% | - |
| XYZ | 42.83 | 33.46 | 61.96 | - |
| YUV | 161.23 | 152.7 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 134 | 205 | 0.03 | 0.35 | 0 | 0.20 | 294.08 | 0.42 | 0.66 |
| Hex | C6 | 86 | CD | 3 | 23 | 0 | 14 | 126 | 2A | 42 |
| Octal | 306 | 206 | 315 | 3 | 43 | 0 | 24 | 446 | 52 | 102 |
| Binary | 11000110 | 10000110 | 11001101 | 11 | 100011 | 0 | 10100 | 100100110 | 101010 | 1000010 |
Color Harmonies of #C686CD
Complementary color
Monochromatic Colors of #C686CD
Black with #C686CD
Text Example
Text Example
White with #C686CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C686CD; }
p { color: rgb(198,134,205); }
H1.HeaderClassName
{
color: #C686CD;
}
.AnyTagClassName
{
color: #C686CD;
}
</style>
background-color css
<style>
a { background-color: #C686CD; }
a { background-color: rgb(198,134,205); }
div.DivClassName
{
background-color: #C686CD;
}
.BgClassName
{
background-color: #C686CD;
}
</style>
border-color css
<style>
span { border-color: #C686CD; }
span { border-color: rgb(198,134,205); }
td.TdClassName
{
border-color: #C686CD;
}
.TagClassName
{
border-color: #C686CD;
}
</style>