Shades of Lilac #C093C4
Tints of Lilac #C093C4
RGB
CMYK
RGB Variations
Color information
#C093C4 (or 0xC093C4) is known color: Lilac. HEX triplet: C0, 93 and C4. RGB value is (192,147,196). Sum of RGB (Red+Green+Blue) = 192+147+196=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 147 (57.81% from 255 or 27.48% from 535); Blue value is 196 (76.95% from 255 or 36.64% from 535); Max value from RGB is 196 - color contains mainly: blue. Hex color #C093C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C093C4 is #3F6C3B. Grayscale: #A5A5A5. Windows color (decimal): -4156476 or 12882880. OLE color: 12882880.
HSL color Cylindrical-coordinate representation of color #C093C4: hue angle of 295.1º degrees, saturation: 0.29, 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 #C093C4 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 147 | 196 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.23 |
| HSL | 295.1º | 0.29% | 0.67% | - |
| HSV(B) | 295.1º | 0.25% | 0.77% | - |
| XYZ | 42.14 | 36.06 | 56.96 | - |
| YUV | 166.04 | 144.91 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 196 | 0.02 | 0.25 | 0 | 0.23 | 295.1 | 0.29 | 0.67 |
| Hex | C0 | 93 | C4 | 2 | 19 | 0 | 17 | 127 | 1D | 43 |
| Octal | 300 | 223 | 304 | 2 | 31 | 0 | 27 | 447 | 35 | 103 |
| Binary | 11000000 | 10010011 | 11000100 | 10 | 11001 | 0 | 10111 | 100100111 | 11101 | 1000011 |
Color Harmonies of #C093C4
Complementary color
Monochromatic Colors of #C093C4
Black with #C093C4
Text Example
Text Example
White with #C093C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C093C4; }
p { color: rgb(192,147,196); }
H1.HeaderClassName
{
color: #C093C4;
}
.AnyTagClassName
{
color: #C093C4;
}
</style>
background-color css
<style>
a { background-color: #C093C4; }
a { background-color: rgb(192,147,196); }
div.DivClassName
{
background-color: #C093C4;
}
.BgClassName
{
background-color: #C093C4;
}
</style>
border-color css
<style>
span { border-color: #C093C4; }
span { border-color: rgb(192,147,196); }
td.TdClassName
{
border-color: #C093C4;
}
.TagClassName
{
border-color: #C093C4;
}
</style>