Shades of Wisteria #C093EE
Tints of Wisteria #C093EE
RGB
CMYK
RGB Variations
Color information
#C093EE (or 0xC093EE) is known color: Wisteria. HEX triplet: C0, 93 and EE. RGB value is (192,147,238). Sum of RGB (Red+Green+Blue) = 192+147+238=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 147 (57.81% from 255 or 25.48% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: blue. Hex color #C093EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C093EE is #3F6C11. Grayscale: #AAAAAA. Windows color (decimal): -4156434 or 15635392. OLE color: 15635392.
HSL color Cylindrical-coordinate representation of color #C093EE: hue angle of 269.67º degrees, saturation: 0.73, 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 #C093EE is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 147 | 238 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.07 |
| HSL | 269.67º | 0.73% | 0.75% | - |
| HSV(B) | 269.67º | 0.38% | 0.93% | - |
| XYZ | 47.6 | 38.25 | 85.76 | - |
| YUV | 170.83 | 165.91 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 238 | 0.19 | 0.38 | 0 | 0.07 | 269.67 | 0.73 | 0.75 |
| Hex | C0 | 93 | EE | 13 | 26 | 0 | 7 | 10E | 49 | 4B |
| Octal | 300 | 223 | 356 | 23 | 46 | 0 | 7 | 416 | 111 | 113 |
| Binary | 11000000 | 10010011 | 11101110 | 10011 | 100110 | 0 | 111 | 100001110 | 1001001 | 1001011 |
Color Harmonies of #C093EE
Complementary color
Monochromatic Colors of #C093EE
Black with #C093EE
Text Example
Text Example
White with #C093EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C093EE; }
p { color: rgb(192,147,238); }
H1.HeaderClassName
{
color: #C093EE;
}
.AnyTagClassName
{
color: #C093EE;
}
</style>
background-color css
<style>
a { background-color: #C093EE; }
a { background-color: rgb(192,147,238); }
div.DivClassName
{
background-color: #C093EE;
}
.BgClassName
{
background-color: #C093EE;
}
</style>
border-color css
<style>
span { border-color: #C093EE; }
span { border-color: rgb(192,147,238); }
td.TdClassName
{
border-color: #C093EE;
}
.TagClassName
{
border-color: #C093EE;
}
</style>