Shades of Wisteria #C191E9
Tints of Wisteria #C191E9
RGB
CMYK
RGB Variations
Color information
#C191E9 (or 0xC191E9) is known color: Wisteria. HEX triplet: C1, 91 and E9. RGB value is (193,145,233). Sum of RGB (Red+Green+Blue) = 193+145+233=571 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.80% from 571); Green value is 145 (57.03% from 255 or 25.39% from 571); Blue value is 233 (91.41% from 255 or 40.81% from 571); Max value from RGB is 233 - color contains mainly: blue. Hex color #C191E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C191E9 is #3E6E16. Grayscale: #A9A9A9. Windows color (decimal): -4091415 or 15307201. OLE color: 15307201.
HSL color Cylindrical-coordinate representation of color #C191E9: hue angle of 272.73º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C191E9 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 145 | 233 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.09 |
| HSL | 272.73º | 0.67% | 0.74% | - |
| HSV(B) | 272.73º | 0.38% | 0.91% | - |
| XYZ | 46.83 | 37.47 | 81.86 | - |
| YUV | 169.38 | 163.9 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 145 | 233 | 0.17 | 0.38 | 0 | 0.09 | 272.73 | 0.67 | 0.74 |
| Hex | C1 | 91 | E9 | 11 | 26 | 0 | 9 | 111 | 43 | 4A |
| Octal | 301 | 221 | 351 | 21 | 46 | 0 | 11 | 421 | 103 | 112 |
| Binary | 11000001 | 10010001 | 11101001 | 10001 | 100110 | 0 | 1001 | 100010001 | 1000011 | 1001010 |
Color Harmonies of #C191E9
Complementary color
Monochromatic Colors of #C191E9
Black with #C191E9
Text Example
Text Example
White with #C191E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C191E9; }
p { color: rgb(193,145,233); }
H1.HeaderClassName
{
color: #C191E9;
}
.AnyTagClassName
{
color: #C191E9;
}
</style>
background-color css
<style>
a { background-color: #C191E9; }
a { background-color: rgb(193,145,233); }
div.DivClassName
{
background-color: #C191E9;
}
.BgClassName
{
background-color: #C191E9;
}
</style>
border-color css
<style>
span { border-color: #C191E9; }
span { border-color: rgb(193,145,233); }
td.TdClassName
{
border-color: #C191E9;
}
.TagClassName
{
border-color: #C191E9;
}
</style>