Shades of Wisteria #C093E5
Tints of Wisteria #C093E5
RGB
CMYK
RGB Variations
Color information
#C093E5 (or 0xC093E5) is known color: Wisteria. HEX triplet: C0, 93 and E5. RGB value is (192,147,229). Sum of RGB (Red+Green+Blue) = 192+147+229=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 147 (57.81% from 255 or 25.88% from 568); Blue value is 229 (89.84% from 255 or 40.32% from 568); Max value from RGB is 229 - color contains mainly: blue. Hex color #C093E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C093E5 is #3F6C1A. Grayscale: #A9A9A9. Windows color (decimal): -4156443 or 15045568. OLE color: 15045568.
HSL color Cylindrical-coordinate representation of color #C093E5: hue angle of 272.93º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C093E5 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 147 | 229 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.10 |
| HSL | 272.93º | 0.61% | 0.74% | - |
| HSV(B) | 272.93º | 0.36% | 0.9% | - |
| XYZ | 46.31 | 37.73 | 78.97 | - |
| YUV | 169.8 | 161.41 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 229 | 0.16 | 0.36 | 0 | 0.10 | 272.93 | 0.61 | 0.74 |
| Hex | C0 | 93 | E5 | 10 | 24 | 0 | A | 111 | 3D | 4A |
| Octal | 300 | 223 | 345 | 20 | 44 | 0 | 12 | 421 | 75 | 112 |
| Binary | 11000000 | 10010011 | 11100101 | 10000 | 100100 | 0 | 1010 | 100010001 | 111101 | 1001010 |
Color Harmonies of #C093E5
Complementary color
Monochromatic Colors of #C093E5
Black with #C093E5
Text Example
Text Example
White with #C093E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C093E5; }
p { color: rgb(192,147,229); }
H1.HeaderClassName
{
color: #C093E5;
}
.AnyTagClassName
{
color: #C093E5;
}
</style>
background-color css
<style>
a { background-color: #C093E5; }
a { background-color: rgb(192,147,229); }
div.DivClassName
{
background-color: #C093E5;
}
.BgClassName
{
background-color: #C093E5;
}
</style>
border-color css
<style>
span { border-color: #C093E5; }
span { border-color: rgb(192,147,229); }
td.TdClassName
{
border-color: #C093E5;
}
.TagClassName
{
border-color: #C093E5;
}
</style>