Shades of Lilac #C18DC6
Tints of Lilac #C18DC6
RGB
CMYK
RGB Variations
Color information
#C18DC6 (or 0xC18DC6) is known color: Lilac. HEX triplet: C1, 8D and C6. RGB value is (193,141,198). Sum of RGB (Red+Green+Blue) = 193+141+198=532 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.28% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 198 (77.73% from 255 or 37.22% from 532); Max value from RGB is 198 - color contains mainly: blue. Hex color #C18DC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18DC6 is #3E7239. Grayscale: #A2A2A2. Windows color (decimal): -4092474 or 13012417. OLE color: 13012417.
HSL color Cylindrical-coordinate representation of color #C18DC6: hue angle of 294.74º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C18DC6 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 141 | 198 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.22 |
| HSL | 294.74º | 0.33% | 0.66% | - |
| HSV(B) | 294.74º | 0.29% | 0.78% | - |
| XYZ | 41.71 | 34.46 | 57.88 | - |
| YUV | 163.05 | 147.73 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 141 | 198 | 0.03 | 0.29 | 0 | 0.22 | 294.74 | 0.33 | 0.66 |
| Hex | C1 | 8D | C6 | 3 | 1D | 0 | 16 | 127 | 21 | 42 |
| Octal | 301 | 215 | 306 | 3 | 35 | 0 | 26 | 447 | 41 | 102 |
| Binary | 11000001 | 10001101 | 11000110 | 11 | 11101 | 0 | 10110 | 100100111 | 100001 | 1000010 |
Color Harmonies of #C18DC6
Complementary color
Monochromatic Colors of #C18DC6
Black with #C18DC6
Text Example
Text Example
White with #C18DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18DC6; }
p { color: rgb(193,141,198); }
H1.HeaderClassName
{
color: #C18DC6;
}
.AnyTagClassName
{
color: #C18DC6;
}
</style>
background-color css
<style>
a { background-color: #C18DC6; }
a { background-color: rgb(193,141,198); }
div.DivClassName
{
background-color: #C18DC6;
}
.BgClassName
{
background-color: #C18DC6;
}
</style>
border-color css
<style>
span { border-color: #C18DC6; }
span { border-color: rgb(193,141,198); }
td.TdClassName
{
border-color: #C18DC6;
}
.TagClassName
{
border-color: #C18DC6;
}
</style>