Shades of Lilac #C18EC4
Tints of Lilac #C18EC4
RGB
CMYK
RGB Variations
Color information
#C18EC4 (or 0xC18EC4) is known color: Lilac. HEX triplet: C1, 8E and C4. RGB value is (193,142,196). Sum of RGB (Red+Green+Blue) = 193+142+196=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 196 (76.95% from 255 or 36.91% from 531); Max value from RGB is 196 - color contains mainly: blue. Hex color #C18EC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18EC4 is #3E713B. Grayscale: #A3A3A3. Windows color (decimal): -4092220 or 12881601. OLE color: 12881601.
HSL color Cylindrical-coordinate representation of color #C18EC4: hue angle of 296.67º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C18EC4 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 142 | 196 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.23 |
| HSL | 296.67º | 0.31% | 0.66% | - |
| HSV(B) | 296.67º | 0.28% | 0.77% | - |
| XYZ | 41.63 | 34.67 | 56.72 | - |
| YUV | 163.41 | 146.4 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 142 | 196 | 0.02 | 0.28 | 0 | 0.23 | 296.67 | 0.31 | 0.66 |
| Hex | C1 | 8E | C4 | 2 | 1C | 0 | 17 | 129 | 1F | 42 |
| Octal | 301 | 216 | 304 | 2 | 34 | 0 | 27 | 451 | 37 | 102 |
| Binary | 11000001 | 10001110 | 11000100 | 10 | 11100 | 0 | 10111 | 100101001 | 11111 | 1000010 |
Color Harmonies of #C18EC4
Complementary color
Monochromatic Colors of #C18EC4
Black with #C18EC4
Text Example
Text Example
White with #C18EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18EC4; }
p { color: rgb(193,142,196); }
H1.HeaderClassName
{
color: #C18EC4;
}
.AnyTagClassName
{
color: #C18EC4;
}
</style>
background-color css
<style>
a { background-color: #C18EC4; }
a { background-color: rgb(193,142,196); }
div.DivClassName
{
background-color: #C18EC4;
}
.BgClassName
{
background-color: #C18EC4;
}
</style>
border-color css
<style>
span { border-color: #C18EC4; }
span { border-color: rgb(193,142,196); }
td.TdClassName
{
border-color: #C18EC4;
}
.TagClassName
{
border-color: #C18EC4;
}
</style>