Shades of Wisteria #C091EC
Tints of Wisteria #C091EC
RGB
CMYK
RGB Variations
Color information
#C091EC (or 0xC091EC) is known color: Wisteria. HEX triplet: C0, 91 and EC. RGB value is (192,145,236). Sum of RGB (Red+Green+Blue) = 192+145+236=573 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.51% from 573); Green value is 145 (57.03% from 255 or 25.31% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #C091EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C091EC is #3F6E13. Grayscale: #A9A9A9. Windows color (decimal): -4156948 or 15503808. OLE color: 15503808.
HSL color Cylindrical-coordinate representation of color #C091EC: hue angle of 270.99º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C091EC is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 145 | 236 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.07 |
| HSL | 270.99º | 0.71% | 0.75% | - |
| HSV(B) | 270.99º | 0.39% | 0.93% | - |
| XYZ | 47 | 37.51 | 84.12 | - |
| YUV | 169.43 | 165.57 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 145 | 236 | 0.19 | 0.39 | 0 | 0.07 | 270.99 | 0.71 | 0.75 |
| Hex | C0 | 91 | EC | 13 | 27 | 0 | 7 | 10F | 47 | 4B |
| Octal | 300 | 221 | 354 | 23 | 47 | 0 | 7 | 417 | 107 | 113 |
| Binary | 11000000 | 10010001 | 11101100 | 10011 | 100111 | 0 | 111 | 100001111 | 1000111 | 1001011 |
Color Harmonies of #C091EC
Complementary color
Monochromatic Colors of #C091EC
Black with #C091EC
Text Example
Text Example
White with #C091EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C091EC; }
p { color: rgb(192,145,236); }
H1.HeaderClassName
{
color: #C091EC;
}
.AnyTagClassName
{
color: #C091EC;
}
</style>
background-color css
<style>
a { background-color: #C091EC; }
a { background-color: rgb(192,145,236); }
div.DivClassName
{
background-color: #C091EC;
}
.BgClassName
{
background-color: #C091EC;
}
</style>
border-color css
<style>
span { border-color: #C091EC; }
span { border-color: rgb(192,145,236); }
td.TdClassName
{
border-color: #C091EC;
}
.TagClassName
{
border-color: #C091EC;
}
</style>