Shades of Lilac #C18DCD
Tints of Lilac #C18DCD
RGB
CMYK
RGB Variations
Color information
#C18DCD (or 0xC18DCD) is known color: Lilac. HEX triplet: C1, 8D and CD. RGB value is (193,141,205). Sum of RGB (Red+Green+Blue) = 193+141+205=539 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.81% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 205 - color contains mainly: blue. Hex color #C18DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18DCD is #3E7232. Grayscale: #A3A3A3. Windows color (decimal): -4092467 or 13471169. OLE color: 13471169.
HSL color Cylindrical-coordinate representation of color #C18DCD: hue angle of 288.75º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C18DCD is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 141 | 205 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.20 |
| HSL | 288.75º | 0.39% | 0.68% | - |
| HSV(B) | 288.75º | 0.31% | 0.8% | - |
| XYZ | 42.54 | 34.79 | 62.23 | - |
| YUV | 163.84 | 151.23 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 141 | 205 | 0.06 | 0.31 | 0 | 0.20 | 288.75 | 0.39 | 0.68 |
| Hex | C1 | 8D | CD | 6 | 1F | 0 | 14 | 121 | 27 | 44 |
| Octal | 301 | 215 | 315 | 6 | 37 | 0 | 24 | 441 | 47 | 104 |
| Binary | 11000001 | 10001101 | 11001101 | 110 | 11111 | 0 | 10100 | 100100001 | 100111 | 1000100 |
Color Harmonies of #C18DCD
Complementary color
Monochromatic Colors of #C18DCD
Black with #C18DCD
Text Example
Text Example
White with #C18DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18DCD; }
p { color: rgb(193,141,205); }
H1.HeaderClassName
{
color: #C18DCD;
}
.AnyTagClassName
{
color: #C18DCD;
}
</style>
background-color css
<style>
a { background-color: #C18DCD; }
a { background-color: rgb(193,141,205); }
div.DivClassName
{
background-color: #C18DCD;
}
.BgClassName
{
background-color: #C18DCD;
}
</style>
border-color css
<style>
span { border-color: #C18DCD; }
span { border-color: rgb(193,141,205); }
td.TdClassName
{
border-color: #C18DCD;
}
.TagClassName
{
border-color: #C18DCD;
}
</style>