Shades of Lilac #C18DCC
Tints of Lilac #C18DCC
RGB
CMYK
RGB Variations
Color information
#C18DCC (or 0xC18DCC) is known color: Lilac. HEX triplet: C1, 8D and CC. RGB value is (193,141,204). Sum of RGB (Red+Green+Blue) = 193+141+204=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 204 - color contains mainly: blue. Hex color #C18DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18DCC is #3E7233. Grayscale: #A3A3A3. Windows color (decimal): -4092468 or 13405633. OLE color: 13405633.
HSL color Cylindrical-coordinate representation of color #C18DCC: hue angle of 289.52º degrees, saturation: 0.38, 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 #C18DCC is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 141 | 204 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.2 |
| HSL | 289.52º | 0.38% | 0.68% | - |
| HSV(B) | 289.52º | 0.31% | 0.8% | - |
| XYZ | 42.42 | 34.75 | 61.6 | - |
| YUV | 163.73 | 150.73 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 141 | 204 | 0.05 | 0.31 | 0 | 0.2 | 289.52 | 0.38 | 0.68 |
| Hex | C1 | 8D | CC | 5 | 1F | 0 | 14 | 122 | 26 | 44 |
| Octal | 301 | 215 | 314 | 5 | 37 | 0 | 24 | 442 | 46 | 104 |
| Binary | 11000001 | 10001101 | 11001100 | 101 | 11111 | 0 | 10100 | 100100010 | 100110 | 1000100 |
Color Harmonies of #C18DCC
Complementary color
Monochromatic Colors of #C18DCC
Black with #C18DCC
Text Example
Text Example
White with #C18DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18DCC; }
p { color: rgb(193,141,204); }
H1.HeaderClassName
{
color: #C18DCC;
}
.AnyTagClassName
{
color: #C18DCC;
}
</style>
background-color css
<style>
a { background-color: #C18DCC; }
a { background-color: rgb(193,141,204); }
div.DivClassName
{
background-color: #C18DCC;
}
.BgClassName
{
background-color: #C18DCC;
}
</style>
border-color css
<style>
span { border-color: #C18DCC; }
span { border-color: rgb(193,141,204); }
td.TdClassName
{
border-color: #C18DCC;
}
.TagClassName
{
border-color: #C18DCC;
}
</style>