Shades of Lilac #C683C0
Tints of Lilac #C683C0
RGB
CMYK
RGB Variations
Color information
#C683C0 (or 0xC683C0) is known color: Lilac. HEX triplet: C6, 83 and C0. RGB value is (198,131,192). Sum of RGB (Red+Green+Blue) = 198+131+192=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 131 (51.56% from 255 or 25.14% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 198 - color contains mainly: red. Hex color #C683C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C683C0 is #397C3F. Grayscale: #9D9D9D. Windows color (decimal): -3767360 or 12616646. OLE color: 12616646.
HSL color Cylindrical-coordinate representation of color #C683C0: hue angle of 305.37º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C683C0 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 131 | 192 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.22 |
| HSL | 305.37º | 0.37% | 0.65% | - |
| HSV(B) | 305.37º | 0.34% | 0.78% | - |
| XYZ | 40.92 | 32.04 | 53.9 | - |
| YUV | 157.99 | 147.2 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 131 | 192 | 0 | 0.34 | 0.03 | 0.22 | 305.37 | 0.37 | 0.65 |
| Hex | C6 | 83 | C0 | 0 | 22 | 3 | 16 | 131 | 25 | 41 |
| Octal | 306 | 203 | 300 | 0 | 42 | 3 | 26 | 461 | 45 | 101 |
| Binary | 11000110 | 10000011 | 11000000 | 0 | 100010 | 11 | 10110 | 100110001 | 100101 | 1000001 |
Color Harmonies of #C683C0
Complementary color
Monochromatic Colors of #C683C0
Black with #C683C0
Text Example
Text Example
White with #C683C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C683C0; }
p { color: rgb(198,131,192); }
H1.HeaderClassName
{
color: #C683C0;
}
.AnyTagClassName
{
color: #C683C0;
}
</style>
background-color css
<style>
a { background-color: #C683C0; }
a { background-color: rgb(198,131,192); }
div.DivClassName
{
background-color: #C683C0;
}
.BgClassName
{
background-color: #C683C0;
}
</style>
border-color css
<style>
span { border-color: #C683C0; }
span { border-color: rgb(198,131,192); }
td.TdClassName
{
border-color: #C683C0;
}
.TagClassName
{
border-color: #C683C0;
}
</style>