Shades of Lilac #C6A2C1
Tints of Lilac #C6A2C1
RGB
CMYK
RGB Variations
Color information
#C6A2C1 (or 0xC6A2C1) is known color: Lilac. HEX triplet: C6, A2 and C1. RGB value is (198,162,193). Sum of RGB (Red+Green+Blue) = 198+162+193=553 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.80% from 553); Green value is 162 (63.67% from 255 or 29.29% from 553); Blue value is 193 (75.78% from 255 or 34.90% from 553); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A2C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A2C1 is #395D3E. Grayscale: #B0B0B0. Windows color (decimal): -3759423 or 12690118. OLE color: 12690118.
HSL color Cylindrical-coordinate representation of color #C6A2C1: hue angle of 308.33º degrees, saturation: 0.24, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C6A2C1 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 162 | 193 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.22 |
| HSL | 308.33º | 0.24% | 0.71% | - |
| HSV(B) | 308.33º | 0.18% | 0.78% | - |
| XYZ | 45.83 | 41.7 | 56.08 | - |
| YUV | 176.3 | 137.43 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 162 | 193 | 0 | 0.18 | 0.03 | 0.22 | 308.33 | 0.24 | 0.71 |
| Hex | C6 | A2 | C1 | 0 | 12 | 3 | 16 | 134 | 18 | 47 |
| Octal | 306 | 242 | 301 | 0 | 22 | 3 | 26 | 464 | 30 | 107 |
| Binary | 11000110 | 10100010 | 11000001 | 0 | 10010 | 11 | 10110 | 100110100 | 11000 | 1000111 |
Color Harmonies of #C6A2C1
Complementary color
Monochromatic Colors of #C6A2C1
Black with #C6A2C1
Text Example
Text Example
White with #C6A2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A2C1; }
p { color: rgb(198,162,193); }
H1.HeaderClassName
{
color: #C6A2C1;
}
.AnyTagClassName
{
color: #C6A2C1;
}
</style>
background-color css
<style>
a { background-color: #C6A2C1; }
a { background-color: rgb(198,162,193); }
div.DivClassName
{
background-color: #C6A2C1;
}
.BgClassName
{
background-color: #C6A2C1;
}
</style>
border-color css
<style>
span { border-color: #C6A2C1; }
span { border-color: rgb(198,162,193); }
td.TdClassName
{
border-color: #C6A2C1;
}
.TagClassName
{
border-color: #C6A2C1;
}
</style>