Shades of Lilac #C093C5
Tints of Lilac #C093C5
RGB
CMYK
RGB Variations
Color information
#C093C5 (or 0xC093C5) is known color: Lilac. HEX triplet: C0, 93 and C5. RGB value is (192,147,197). Sum of RGB (Red+Green+Blue) = 192+147+197=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 147 (57.81% from 255 or 27.43% from 536); Blue value is 197 (77.34% from 255 or 36.75% from 536); Max value from RGB is 197 - color contains mainly: blue. Hex color #C093C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C093C5 is #3F6C3A. Grayscale: #A6A6A6. Windows color (decimal): -4156475 or 12948416. OLE color: 12948416.
HSL color Cylindrical-coordinate representation of color #C093C5: hue angle of 294º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C093C5 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 147 | 197 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.23 |
| HSL | 294º | 0.3% | 0.67% | - |
| HSV(B) | 294º | 0.25% | 0.77% | - |
| XYZ | 42.25 | 36.11 | 57.57 | - |
| YUV | 166.16 | 145.41 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 197 | 0.03 | 0.25 | 0 | 0.23 | 294 | 0.3 | 0.67 |
| Hex | C0 | 93 | C5 | 3 | 19 | 0 | 17 | 126 | 1E | 43 |
| Octal | 300 | 223 | 305 | 3 | 31 | 0 | 27 | 446 | 36 | 103 |
| Binary | 11000000 | 10010011 | 11000101 | 11 | 11001 | 0 | 10111 | 100100110 | 11110 | 1000011 |
Color Harmonies of #C093C5
Complementary color
Monochromatic Colors of #C093C5
Black with #C093C5
Text Example
Text Example
White with #C093C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C093C5; }
p { color: rgb(192,147,197); }
H1.HeaderClassName
{
color: #C093C5;
}
.AnyTagClassName
{
color: #C093C5;
}
</style>
background-color css
<style>
a { background-color: #C093C5; }
a { background-color: rgb(192,147,197); }
div.DivClassName
{
background-color: #C093C5;
}
.BgClassName
{
background-color: #C093C5;
}
</style>
border-color css
<style>
span { border-color: #C093C5; }
span { border-color: rgb(192,147,197); }
td.TdClassName
{
border-color: #C093C5;
}
.TagClassName
{
border-color: #C093C5;
}
</style>