Shades of Wisteria #C093EC
Tints of Wisteria #C093EC
RGB
CMYK
RGB Variations
Color information
#C093EC (or 0xC093EC) is known color: Wisteria. HEX triplet: C0, 93 and EC. RGB value is (192,147,236). Sum of RGB (Red+Green+Blue) = 192+147+236=575 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.39% from 575); Green value is 147 (57.81% from 255 or 25.57% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #C093EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C093EC is #3F6C13. Grayscale: #AAAAAA. Windows color (decimal): -4156436 or 15504320. OLE color: 15504320.
HSL color Cylindrical-coordinate representation of color #C093EC: hue angle of 270.34º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C093EC is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 147 | 236 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.07 |
| HSL | 270.34º | 0.7% | 0.75% | - |
| HSV(B) | 270.34º | 0.38% | 0.93% | - |
| XYZ | 47.31 | 38.13 | 84.22 | - |
| YUV | 170.6 | 164.91 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 236 | 0.19 | 0.38 | 0 | 0.07 | 270.34 | 0.7 | 0.75 |
| Hex | C0 | 93 | EC | 13 | 26 | 0 | 7 | 10E | 46 | 4B |
| Octal | 300 | 223 | 354 | 23 | 46 | 0 | 7 | 416 | 106 | 113 |
| Binary | 11000000 | 10010011 | 11101100 | 10011 | 100110 | 0 | 111 | 100001110 | 1000110 | 1001011 |
Color Harmonies of #C093EC
Complementary color
Monochromatic Colors of #C093EC
Black with #C093EC
Text Example
Text Example
White with #C093EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C093EC; }
p { color: rgb(192,147,236); }
H1.HeaderClassName
{
color: #C093EC;
}
.AnyTagClassName
{
color: #C093EC;
}
</style>
background-color css
<style>
a { background-color: #C093EC; }
a { background-color: rgb(192,147,236); }
div.DivClassName
{
background-color: #C093EC;
}
.BgClassName
{
background-color: #C093EC;
}
</style>
border-color css
<style>
span { border-color: #C093EC; }
span { border-color: rgb(192,147,236); }
td.TdClassName
{
border-color: #C093EC;
}
.TagClassName
{
border-color: #C093EC;
}
</style>