Shades of Lilac #C6A4C1
Tints of Lilac #C6A4C1
RGB
CMYK
RGB Variations
Color information
#C6A4C1 (or 0xC6A4C1) is known color: Lilac. HEX triplet: C6, A4 and C1. RGB value is (198,164,193). Sum of RGB (Red+Green+Blue) = 198+164+193=555 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.68% from 555); Green value is 164 (64.45% from 255 or 29.55% from 555); Blue value is 193 (75.78% from 255 or 34.77% from 555); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A4C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A4C1 is #395B3E. Grayscale: #B1B1B1. Windows color (decimal): -3758911 or 12690630. OLE color: 12690630.
HSL color Cylindrical-coordinate representation of color #C6A4C1: hue angle of 308.82º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6A4C1 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 164 | 193 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.22 |
| HSL | 308.82º | 0.23% | 0.71% | - |
| HSV(B) | 308.82º | 0.17% | 0.78% | - |
| XYZ | 46.19 | 42.41 | 56.2 | - |
| YUV | 177.47 | 136.76 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 164 | 193 | 0 | 0.17 | 0.03 | 0.22 | 308.82 | 0.23 | 0.71 |
| Hex | C6 | A4 | C1 | 0 | 11 | 3 | 16 | 135 | 17 | 47 |
| Octal | 306 | 244 | 301 | 0 | 21 | 3 | 26 | 465 | 27 | 107 |
| Binary | 11000110 | 10100100 | 11000001 | 0 | 10001 | 11 | 10110 | 100110101 | 10111 | 1000111 |
Color Harmonies of #C6A4C1
Complementary color
Monochromatic Colors of #C6A4C1
Black with #C6A4C1
Text Example
Text Example
White with #C6A4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A4C1; }
p { color: rgb(198,164,193); }
H1.HeaderClassName
{
color: #C6A4C1;
}
.AnyTagClassName
{
color: #C6A4C1;
}
</style>
background-color css
<style>
a { background-color: #C6A4C1; }
a { background-color: rgb(198,164,193); }
div.DivClassName
{
background-color: #C6A4C1;
}
.BgClassName
{
background-color: #C6A4C1;
}
</style>
border-color css
<style>
span { border-color: #C6A4C1; }
span { border-color: rgb(198,164,193); }
td.TdClassName
{
border-color: #C6A4C1;
}
.TagClassName
{
border-color: #C6A4C1;
}
</style>