Shades of Lilac #C093BE
Tints of Lilac #C093BE
RGB
CMYK
RGB Variations
Color information
#C093BE (or 0xC093BE) is known color: Lilac. HEX triplet: C0, 93 and BE. RGB value is (192,147,190). Sum of RGB (Red+Green+Blue) = 192+147+190=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 147 (57.81% from 255 or 27.79% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 192 - color contains mainly: red. Hex color #C093BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C093BE is #3F6C41. Grayscale: #A5A5A5. Windows color (decimal): -4156482 or 12489664. OLE color: 12489664.
HSL color Cylindrical-coordinate representation of color #C093BE: hue angle of 302.67º 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 #C093BE is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 190 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.25 |
| HSL | 302.67º | 0.26% | 0.66% | - |
| HSV(B) | 302.67º | 0.23% | 0.75% | - |
| XYZ | 41.47 | 35.79 | 53.44 | - |
| YUV | 165.36 | 141.91 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 190 | 0 | 0.23 | 0.01 | 0.25 | 302.67 | 0.26 | 0.66 |
| Hex | C0 | 93 | BE | 0 | 17 | 1 | 19 | 12F | 1A | 42 |
| Octal | 300 | 223 | 276 | 0 | 27 | 1 | 31 | 457 | 32 | 102 |
| Binary | 11000000 | 10010011 | 10111110 | 0 | 10111 | 1 | 11001 | 100101111 | 11010 | 1000010 |
Color Harmonies of #C093BE
Complementary color
Monochromatic Colors of #C093BE
Black with #C093BE
Text Example
Text Example
White with #C093BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C093BE; }
p { color: rgb(192,147,190); }
H1.HeaderClassName
{
color: #C093BE;
}
.AnyTagClassName
{
color: #C093BE;
}
</style>
background-color css
<style>
a { background-color: #C093BE; }
a { background-color: rgb(192,147,190); }
div.DivClassName
{
background-color: #C093BE;
}
.BgClassName
{
background-color: #C093BE;
}
</style>
border-color css
<style>
span { border-color: #C093BE; }
span { border-color: rgb(192,147,190); }
td.TdClassName
{
border-color: #C093BE;
}
.TagClassName
{
border-color: #C093BE;
}
</style>