Shades of Lilac #C686C6
Tints of Lilac #C686C6
RGB
CMYK
RGB Variations
Color information
#C686C6 (or 0xC686C6) is known color: Lilac. HEX triplet: C6, 86 and C6. RGB value is (198,134,198). Sum of RGB (Red+Green+Blue) = 198+134+198=530 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.36% from 530); Green value is 134 (52.73% from 255 or 25.28% from 530); Blue value is 198 (77.73% from 255 or 37.36% from 530); Max value from RGB is 198 - color contains mainly: red, blue. Hex color #C686C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C686C6 is #397939. Grayscale: #A0A0A0. Windows color (decimal): -3766586 or 13010630. OLE color: 13010630.
HSL color Cylindrical-coordinate representation of color #C686C6: hue angle of 300º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C686C6 is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 134 | 198 | - |
| CMYK | 0 | 0.32 | 0 | 0.22 |
| HSL | 300º | 0.36% | 0.65% | - |
| HSV(B) | 300º | 0.32% | 0.78% | - |
| XYZ | 42.01 | 33.13 | 57.61 | - |
| YUV | 160.43 | 149.2 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 134 | 198 | 0 | 0.32 | 0 | 0.22 | 300 | 0.36 | 0.65 |
| Hex | C6 | 86 | C6 | 0 | 20 | 0 | 16 | 12C | 24 | 41 |
| Octal | 306 | 206 | 306 | 0 | 40 | 0 | 26 | 454 | 44 | 101 |
| Binary | 11000110 | 10000110 | 11000110 | 0 | 100000 | 0 | 10110 | 100101100 | 100100 | 1000001 |
Color Harmonies of #C686C6
Complementary color
Monochromatic Colors of #C686C6
Black with #C686C6
Text Example
Text Example
White with #C686C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C686C6; }
p { color: rgb(198,134,198); }
H1.HeaderClassName
{
color: #C686C6;
}
.AnyTagClassName
{
color: #C686C6;
}
</style>
background-color css
<style>
a { background-color: #C686C6; }
a { background-color: rgb(198,134,198); }
div.DivClassName
{
background-color: #C686C6;
}
.BgClassName
{
background-color: #C686C6;
}
</style>
border-color css
<style>
span { border-color: #C686C6; }
span { border-color: rgb(198,134,198); }
td.TdClassName
{
border-color: #C686C6;
}
.TagClassName
{
border-color: #C686C6;
}
</style>