Shades of Lilac #C093C7
Tints of Lilac #C093C7
RGB
CMYK
RGB Variations
Color information
#C093C7 (or 0xC093C7) is known color: Lilac. HEX triplet: C0, 93 and C7. RGB value is (192,147,199). Sum of RGB (Red+Green+Blue) = 192+147+199=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 147 (57.81% from 255 or 27.32% from 538); Blue value is 199 (78.12% from 255 or 36.99% from 538); Max value from RGB is 199 - color contains mainly: blue. Hex color #C093C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C093C7 is #3F6C38. Grayscale: #A6A6A6. Windows color (decimal): -4156473 or 13079488. OLE color: 13079488.
HSL color Cylindrical-coordinate representation of color #C093C7: hue angle of 291.92º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C093C7 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 147 | 199 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.22 |
| HSL | 291.92º | 0.32% | 0.68% | - |
| HSV(B) | 291.92º | 0.26% | 0.78% | - |
| XYZ | 42.48 | 36.2 | 58.78 | - |
| YUV | 166.38 | 146.41 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 199 | 0.04 | 0.26 | 0 | 0.22 | 291.92 | 0.32 | 0.68 |
| Hex | C0 | 93 | C7 | 4 | 1A | 0 | 16 | 124 | 20 | 44 |
| Octal | 300 | 223 | 307 | 4 | 32 | 0 | 26 | 444 | 40 | 104 |
| Binary | 11000000 | 10010011 | 11000111 | 100 | 11010 | 0 | 10110 | 100100100 | 100000 | 1000100 |
Color Harmonies of #C093C7
Complementary color
Monochromatic Colors of #C093C7
Black with #C093C7
Text Example
Text Example
White with #C093C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C093C7; }
p { color: rgb(192,147,199); }
H1.HeaderClassName
{
color: #C093C7;
}
.AnyTagClassName
{
color: #C093C7;
}
</style>
background-color css
<style>
a { background-color: #C093C7; }
a { background-color: rgb(192,147,199); }
div.DivClassName
{
background-color: #C093C7;
}
.BgClassName
{
background-color: #C093C7;
}
</style>
border-color css
<style>
span { border-color: #C093C7; }
span { border-color: rgb(192,147,199); }
td.TdClassName
{
border-color: #C093C7;
}
.TagClassName
{
border-color: #C093C7;
}
</style>