Shades of Lilac #C18DBD
Tints of Lilac #C18DBD
RGB
CMYK
RGB Variations
Color information
#C18DBD (or 0xC18DBD) is known color: Lilac. HEX triplet: C1, 8D and BD. RGB value is (193,141,189). Sum of RGB (Red+Green+Blue) = 193+141+189=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 193 - color contains mainly: red. Hex color #C18DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18DBD is #3E7242. Grayscale: #A1A1A1. Windows color (decimal): -4092483 or 12422593. OLE color: 12422593.
HSL color Cylindrical-coordinate representation of color #C18DBD: hue angle of 304.62º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C18DBD is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 141 | 189 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.24 |
| HSL | 304.62º | 0.3% | 0.65% | - |
| HSV(B) | 304.62º | 0.27% | 0.76% | - |
| XYZ | 40.7 | 34.06 | 52.57 | - |
| YUV | 162.02 | 143.23 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 141 | 189 | 0 | 0.27 | 0.02 | 0.24 | 304.62 | 0.3 | 0.65 |
| Hex | C1 | 8D | BD | 0 | 1B | 2 | 18 | 131 | 1E | 41 |
| Octal | 301 | 215 | 275 | 0 | 33 | 2 | 30 | 461 | 36 | 101 |
| Binary | 11000001 | 10001101 | 10111101 | 0 | 11011 | 10 | 11000 | 100110001 | 11110 | 1000001 |
Color Harmonies of #C18DBD
Complementary color
Monochromatic Colors of #C18DBD
Black with #C18DBD
Text Example
Text Example
White with #C18DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18DBD; }
p { color: rgb(193,141,189); }
H1.HeaderClassName
{
color: #C18DBD;
}
.AnyTagClassName
{
color: #C18DBD;
}
</style>
background-color css
<style>
a { background-color: #C18DBD; }
a { background-color: rgb(193,141,189); }
div.DivClassName
{
background-color: #C18DBD;
}
.BgClassName
{
background-color: #C18DBD;
}
</style>
border-color css
<style>
span { border-color: #C18DBD; }
span { border-color: rgb(193,141,189); }
td.TdClassName
{
border-color: #C18DBD;
}
.TagClassName
{
border-color: #C18DBD;
}
</style>