Shades of Lilac #C1A6C3
Tints of Lilac #C1A6C3
RGB
CMYK
RGB Variations
Color information
#C1A6C3 (or 0xC1A6C3) is known color: Lilac. HEX triplet: C1, A6 and C3. RGB value is (193,166,195). Sum of RGB (Red+Green+Blue) = 193+166+195=554 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.84% from 554); Green value is 166 (65.23% from 255 or 29.96% from 554); Blue value is 195 (76.56% from 255 or 35.20% from 554); Max value from RGB is 195 - color contains mainly: blue. Hex color #C1A6C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A6C3 is #3E593C. Grayscale: #B1B1B1. Windows color (decimal): -4086077 or 12822209. OLE color: 12822209.
HSL color Cylindrical-coordinate representation of color #C1A6C3: hue angle of 295.86º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1A6C3 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 166 | 195 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.24 |
| HSL | 295.86º | 0.19% | 0.71% | - |
| HSV(B) | 295.86º | 0.15% | 0.76% | - |
| XYZ | 45.48 | 42.55 | 57.45 | - |
| YUV | 177.38 | 137.95 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 166 | 195 | 0.01 | 0.15 | 0 | 0.24 | 295.86 | 0.19 | 0.71 |
| Hex | C1 | A6 | C3 | 1 | F | 0 | 18 | 128 | 13 | 47 |
| Octal | 301 | 246 | 303 | 1 | 17 | 0 | 30 | 450 | 23 | 107 |
| Binary | 11000001 | 10100110 | 11000011 | 1 | 1111 | 0 | 11000 | 100101000 | 10011 | 1000111 |
Color Harmonies of #C1A6C3
Complementary color
Monochromatic Colors of #C1A6C3
Black with #C1A6C3
Text Example
Text Example
White with #C1A6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A6C3; }
p { color: rgb(193,166,195); }
H1.HeaderClassName
{
color: #C1A6C3;
}
.AnyTagClassName
{
color: #C1A6C3;
}
</style>
background-color css
<style>
a { background-color: #C1A6C3; }
a { background-color: rgb(193,166,195); }
div.DivClassName
{
background-color: #C1A6C3;
}
.BgClassName
{
background-color: #C1A6C3;
}
</style>
border-color css
<style>
span { border-color: #C1A6C3; }
span { border-color: rgb(193,166,195); }
td.TdClassName
{
border-color: #C1A6C3;
}
.TagClassName
{
border-color: #C1A6C3;
}
</style>