Shades of Wisteria #C093EB
Tints of Wisteria #C093EB
RGB
CMYK
RGB Variations
Color information
#C093EB (or 0xC093EB) is known color: Wisteria. HEX triplet: C0, 93 and EB. RGB value is (192,147,235). Sum of RGB (Red+Green+Blue) = 192+147+235=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 147 (57.81% from 255 or 25.61% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #C093EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C093EB is #3F6C14. Grayscale: #AAAAAA. Windows color (decimal): -4156437 or 15438784. OLE color: 15438784.
HSL color Cylindrical-coordinate representation of color #C093EB: hue angle of 270.68º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C093EB is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 147 | 235 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.08 |
| HSL | 270.68º | 0.69% | 0.75% | - |
| HSV(B) | 270.68º | 0.37% | 0.92% | - |
| XYZ | 47.17 | 38.07 | 83.46 | - |
| YUV | 170.49 | 164.41 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 235 | 0.18 | 0.37 | 0 | 0.08 | 270.68 | 0.69 | 0.75 |
| Hex | C0 | 93 | EB | 12 | 25 | 0 | 8 | 10F | 45 | 4B |
| Octal | 300 | 223 | 353 | 22 | 45 | 0 | 10 | 417 | 105 | 113 |
| Binary | 11000000 | 10010011 | 11101011 | 10010 | 100101 | 0 | 1000 | 100001111 | 1000101 | 1001011 |
Color Harmonies of #C093EB
Complementary color
Monochromatic Colors of #C093EB
Black with #C093EB
Text Example
Text Example
White with #C093EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C093EB; }
p { color: rgb(192,147,235); }
H1.HeaderClassName
{
color: #C093EB;
}
.AnyTagClassName
{
color: #C093EB;
}
</style>
background-color css
<style>
a { background-color: #C093EB; }
a { background-color: rgb(192,147,235); }
div.DivClassName
{
background-color: #C093EB;
}
.BgClassName
{
background-color: #C093EB;
}
</style>
border-color css
<style>
span { border-color: #C093EB; }
span { border-color: rgb(192,147,235); }
td.TdClassName
{
border-color: #C093EB;
}
.TagClassName
{
border-color: #C093EB;
}
</style>