Shades of Wisteria #C091ED
Tints of Wisteria #C091ED
RGB
CMYK
RGB Variations
Color information
#C091ED (or 0xC091ED) is known color: Wisteria. HEX triplet: C0, 91 and ED. RGB value is (192,145,237). Sum of RGB (Red+Green+Blue) = 192+145+237=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 145 (57.03% from 255 or 25.26% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #C091ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C091ED is #3F6E12. Grayscale: #A9A9A9. Windows color (decimal): -4156947 or 15569344. OLE color: 15569344.
HSL color Cylindrical-coordinate representation of color #C091ED: hue angle of 270.65º degrees, saturation: 0.72, 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 #C091ED is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 145 | 237 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.07 |
| HSL | 270.65º | 0.72% | 0.75% | - |
| HSV(B) | 270.65º | 0.39% | 0.93% | - |
| XYZ | 47.15 | 37.57 | 84.89 | - |
| YUV | 169.54 | 166.07 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 145 | 237 | 0.19 | 0.39 | 0 | 0.07 | 270.65 | 0.72 | 0.75 |
| Hex | C0 | 91 | ED | 13 | 27 | 0 | 7 | 10F | 48 | 4B |
| Octal | 300 | 221 | 355 | 23 | 47 | 0 | 7 | 417 | 110 | 113 |
| Binary | 11000000 | 10010001 | 11101101 | 10011 | 100111 | 0 | 111 | 100001111 | 1001000 | 1001011 |
Color Harmonies of #C091ED
Complementary color
Monochromatic Colors of #C091ED
Black with #C091ED
Text Example
Text Example
White with #C091ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C091ED; }
p { color: rgb(192,145,237); }
H1.HeaderClassName
{
color: #C091ED;
}
.AnyTagClassName
{
color: #C091ED;
}
</style>
background-color css
<style>
a { background-color: #C091ED; }
a { background-color: rgb(192,145,237); }
div.DivClassName
{
background-color: #C091ED;
}
.BgClassName
{
background-color: #C091ED;
}
</style>
border-color css
<style>
span { border-color: #C091ED; }
span { border-color: rgb(192,145,237); }
td.TdClassName
{
border-color: #C091ED;
}
.TagClassName
{
border-color: #C091ED;
}
</style>