Shades of Wisteria #C093E0
Tints of Wisteria #C093E0
RGB
CMYK
RGB Variations
Color information
#C093E0 (or 0xC093E0) is known color: Wisteria. HEX triplet: C0, 93 and E0. RGB value is (192,147,224). Sum of RGB (Red+Green+Blue) = 192+147+224=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 147 (57.81% from 255 or 26.11% from 563); Blue value is 224 (87.89% from 255 or 39.79% from 563); Max value from RGB is 224 - color contains mainly: blue. Hex color #C093E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C093E0 is #3F6C1F. Grayscale: #A8A8A8. Windows color (decimal): -4156448 or 14717888. OLE color: 14717888.
HSL color Cylindrical-coordinate representation of color #C093E0: hue angle of 275.06º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C093E0 is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 147 | 224 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.12 |
| HSL | 275.06º | 0.55% | 0.73% | - |
| HSV(B) | 275.06º | 0.34% | 0.88% | - |
| XYZ | 45.63 | 37.46 | 75.35 | - |
| YUV | 169.23 | 158.91 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 224 | 0.14 | 0.34 | 0 | 0.12 | 275.06 | 0.55 | 0.73 |
| Hex | C0 | 93 | E0 | E | 22 | 0 | C | 113 | 37 | 49 |
| Octal | 300 | 223 | 340 | 16 | 42 | 0 | 14 | 423 | 67 | 111 |
| Binary | 11000000 | 10010011 | 11100000 | 1110 | 100010 | 0 | 1100 | 100010011 | 110111 | 1001001 |
Color Harmonies of #C093E0
Complementary color
Monochromatic Colors of #C093E0
Black with #C093E0
Text Example
Text Example
White with #C093E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C093E0; }
p { color: rgb(192,147,224); }
H1.HeaderClassName
{
color: #C093E0;
}
.AnyTagClassName
{
color: #C093E0;
}
</style>
background-color css
<style>
a { background-color: #C093E0; }
a { background-color: rgb(192,147,224); }
div.DivClassName
{
background-color: #C093E0;
}
.BgClassName
{
background-color: #C093E0;
}
</style>
border-color css
<style>
span { border-color: #C093E0; }
span { border-color: rgb(192,147,224); }
td.TdClassName
{
border-color: #C093E0;
}
.TagClassName
{
border-color: #C093E0;
}
</style>