Shades of Lilac #C093C0
Tints of Lilac #C093C0
RGB
CMYK
RGB Variations
Color information
#C093C0 (or 0xC093C0) is known color: Lilac. HEX triplet: C0, 93 and C0. RGB value is (192,147,192). Sum of RGB (Red+Green+Blue) = 192+147+192=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 147 (57.81% from 255 or 27.68% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C093C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C093C0 is #3F6C3F. Grayscale: #A5A5A5. Windows color (decimal): -4156480 or 12620736. OLE color: 12620736.
HSL color Cylindrical-coordinate representation of color #C093C0: hue angle of 300º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C093C0 is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 192 | - |
| CMYK | 0 | 0.23 | 0 | 0.25 |
| HSL | 300º | 0.26% | 0.66% | - |
| HSV(B) | 300º | 0.23% | 0.75% | - |
| XYZ | 41.69 | 35.88 | 54.6 | - |
| YUV | 165.59 | 142.91 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 192 | 0 | 0.23 | 0 | 0.25 | 300 | 0.26 | 0.66 |
| Hex | C0 | 93 | C0 | 0 | 17 | 0 | 19 | 12C | 1A | 42 |
| Octal | 300 | 223 | 300 | 0 | 27 | 0 | 31 | 454 | 32 | 102 |
| Binary | 11000000 | 10010011 | 11000000 | 0 | 10111 | 0 | 11001 | 100101100 | 11010 | 1000010 |
Color Harmonies of #C093C0
Complementary color
Monochromatic Colors of #C093C0
Black with #C093C0
Text Example
Text Example
White with #C093C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C093C0; }
p { color: rgb(192,147,192); }
H1.HeaderClassName
{
color: #C093C0;
}
.AnyTagClassName
{
color: #C093C0;
}
</style>
background-color css
<style>
a { background-color: #C093C0; }
a { background-color: rgb(192,147,192); }
div.DivClassName
{
background-color: #C093C0;
}
.BgClassName
{
background-color: #C093C0;
}
</style>
border-color css
<style>
span { border-color: #C093C0; }
span { border-color: rgb(192,147,192); }
td.TdClassName
{
border-color: #C093C0;
}
.TagClassName
{
border-color: #C093C0;
}
</style>