Shades of Lilac #C18EC6
Tints of Lilac #C18EC6
RGB
CMYK
RGB Variations
Color information
#C18EC6 (or 0xC18EC6) is known color: Lilac. HEX triplet: C1, 8E and C6. RGB value is (193,142,198). Sum of RGB (Red+Green+Blue) = 193+142+198=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 142 (55.86% from 255 or 26.64% from 533); Blue value is 198 (77.73% from 255 or 37.15% from 533); Max value from RGB is 198 - color contains mainly: blue. Hex color #C18EC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18EC6 is #3E7139. Grayscale: #A3A3A3. Windows color (decimal): -4092218 or 13012673. OLE color: 13012673.
HSL color Cylindrical-coordinate representation of color #C18EC6: hue angle of 294.64º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C18EC6 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 142 | 198 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.22 |
| HSL | 294.64º | 0.33% | 0.67% | - |
| HSV(B) | 294.64º | 0.28% | 0.78% | - |
| XYZ | 41.86 | 34.76 | 57.93 | - |
| YUV | 163.63 | 147.4 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 142 | 198 | 0.03 | 0.28 | 0 | 0.22 | 294.64 | 0.33 | 0.67 |
| Hex | C1 | 8E | C6 | 3 | 1C | 0 | 16 | 127 | 21 | 43 |
| Octal | 301 | 216 | 306 | 3 | 34 | 0 | 26 | 447 | 41 | 103 |
| Binary | 11000001 | 10001110 | 11000110 | 11 | 11100 | 0 | 10110 | 100100111 | 100001 | 1000011 |
Color Harmonies of #C18EC6
Complementary color
Monochromatic Colors of #C18EC6
Black with #C18EC6
Text Example
Text Example
White with #C18EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18EC6; }
p { color: rgb(193,142,198); }
H1.HeaderClassName
{
color: #C18EC6;
}
.AnyTagClassName
{
color: #C18EC6;
}
</style>
background-color css
<style>
a { background-color: #C18EC6; }
a { background-color: rgb(193,142,198); }
div.DivClassName
{
background-color: #C18EC6;
}
.BgClassName
{
background-color: #C18EC6;
}
</style>
border-color css
<style>
span { border-color: #C18EC6; }
span { border-color: rgb(193,142,198); }
td.TdClassName
{
border-color: #C18EC6;
}
.TagClassName
{
border-color: #C18EC6;
}
</style>