Shades of Lilac #C1ADC0
Tints of Lilac #C1ADC0
RGB
CMYK
RGB Variations
Color information
#C1ADC0 (or 0xC1ADC0) is known color: Lilac. HEX triplet: C1, AD and C0. RGB value is (193,173,192). Sum of RGB (Red+Green+Blue) = 193+173+192=558 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.59% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 192 (75.39% from 255 or 34.41% from 558); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ADC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ADC0 is #3E523F. Grayscale: #B5B5B5. Windows color (decimal): -4084288 or 12627393. OLE color: 12627393.
HSL color Cylindrical-coordinate representation of color #C1ADC0: hue angle of 303º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C1ADC0 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 173 | 192 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.24 |
| HSL | 303º | 0.14% | 0.72% | - |
| HSV(B) | 303º | 0.1% | 0.76% | - |
| XYZ | 46.45 | 45.03 | 56.11 | - |
| YUV | 181.15 | 134.13 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 173 | 192 | 0 | 0.10 | 0.01 | 0.24 | 303 | 0.14 | 0.72 |
| Hex | C1 | AD | C0 | 0 | A | 1 | 18 | 12F | E | 48 |
| Octal | 301 | 255 | 300 | 0 | 12 | 1 | 30 | 457 | 16 | 110 |
| Binary | 11000001 | 10101101 | 11000000 | 0 | 1010 | 1 | 11000 | 100101111 | 1110 | 1001000 |
Color Harmonies of #C1ADC0
Complementary color
Monochromatic Colors of #C1ADC0
Black with #C1ADC0
Text Example
Text Example
White with #C1ADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ADC0; }
p { color: rgb(193,173,192); }
H1.HeaderClassName
{
color: #C1ADC0;
}
.AnyTagClassName
{
color: #C1ADC0;
}
</style>
background-color css
<style>
a { background-color: #C1ADC0; }
a { background-color: rgb(193,173,192); }
div.DivClassName
{
background-color: #C1ADC0;
}
.BgClassName
{
background-color: #C1ADC0;
}
</style>
border-color css
<style>
span { border-color: #C1ADC0; }
span { border-color: rgb(193,173,192); }
td.TdClassName
{
border-color: #C1ADC0;
}
.TagClassName
{
border-color: #C1ADC0;
}
</style>