Shades of Lilac #C1A3BC
Tints of Lilac #C1A3BC
RGB
CMYK
RGB Variations
Color information
#C1A3BC (or 0xC1A3BC) is known color: Lilac. HEX triplet: C1, A3 and BC. RGB value is (193,163,188). Sum of RGB (Red+Green+Blue) = 193+163+188=544 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.48% from 544); Green value is 163 (64.06% from 255 or 29.96% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A3BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A3BC is #3E5C43. Grayscale: #AEAEAE. Windows color (decimal): -4086852 or 12362689. OLE color: 12362689.
HSL color Cylindrical-coordinate representation of color #C1A3BC: hue angle of 310º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1A3BC is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 163 | 188 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.24 |
| HSL | 310º | 0.19% | 0.7% | - |
| HSV(B) | 310º | 0.16% | 0.76% | - |
| XYZ | 44.17 | 41.16 | 53.19 | - |
| YUV | 174.82 | 135.44 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 163 | 188 | 0 | 0.16 | 0.03 | 0.24 | 310 | 0.19 | 0.7 |
| Hex | C1 | A3 | BC | 0 | 10 | 3 | 18 | 136 | 13 | 46 |
| Octal | 301 | 243 | 274 | 0 | 20 | 3 | 30 | 466 | 23 | 106 |
| Binary | 11000001 | 10100011 | 10111100 | 0 | 10000 | 11 | 11000 | 100110110 | 10011 | 1000110 |
Color Harmonies of #C1A3BC
Complementary color
Monochromatic Colors of #C1A3BC
Black with #C1A3BC
Text Example
Text Example
White with #C1A3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A3BC; }
p { color: rgb(193,163,188); }
H1.HeaderClassName
{
color: #C1A3BC;
}
.AnyTagClassName
{
color: #C1A3BC;
}
</style>
background-color css
<style>
a { background-color: #C1A3BC; }
a { background-color: rgb(193,163,188); }
div.DivClassName
{
background-color: #C1A3BC;
}
.BgClassName
{
background-color: #C1A3BC;
}
</style>
border-color css
<style>
span { border-color: #C1A3BC; }
span { border-color: rgb(193,163,188); }
td.TdClassName
{
border-color: #C1A3BC;
}
.TagClassName
{
border-color: #C1A3BC;
}
</style>