Shades of Wisteria #C191E4
Tints of Wisteria #C191E4
RGB
CMYK
RGB Variations
Color information
#C191E4 (or 0xC191E4) is known color: Wisteria. HEX triplet: C1, 91 and E4. RGB value is (193,145,228). Sum of RGB (Red+Green+Blue) = 193+145+228=566 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.10% from 566); Green value is 145 (57.03% from 255 or 25.62% from 566); Blue value is 228 (89.45% from 255 or 40.28% from 566); Max value from RGB is 228 - color contains mainly: blue. Hex color #C191E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C191E4 is #3E6E1B. Grayscale: #A8A8A8. Windows color (decimal): -4091420 or 14979521. OLE color: 14979521.
HSL color Cylindrical-coordinate representation of color #C191E4: hue angle of 274.7º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C191E4 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 145 | 228 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.11 |
| HSL | 274.7º | 0.61% | 0.73% | - |
| HSV(B) | 274.7º | 0.36% | 0.89% | - |
| XYZ | 46.12 | 37.19 | 78.15 | - |
| YUV | 168.81 | 161.4 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 145 | 228 | 0.15 | 0.36 | 0 | 0.11 | 274.7 | 0.61 | 0.73 |
| Hex | C1 | 91 | E4 | F | 24 | 0 | B | 113 | 3D | 49 |
| Octal | 301 | 221 | 344 | 17 | 44 | 0 | 13 | 423 | 75 | 111 |
| Binary | 11000001 | 10010001 | 11100100 | 1111 | 100100 | 0 | 1011 | 100010011 | 111101 | 1001001 |
Color Harmonies of #C191E4
Complementary color
Monochromatic Colors of #C191E4
Black with #C191E4
Text Example
Text Example
White with #C191E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C191E4; }
p { color: rgb(193,145,228); }
H1.HeaderClassName
{
color: #C191E4;
}
.AnyTagClassName
{
color: #C191E4;
}
</style>
background-color css
<style>
a { background-color: #C191E4; }
a { background-color: rgb(193,145,228); }
div.DivClassName
{
background-color: #C191E4;
}
.BgClassName
{
background-color: #C191E4;
}
</style>
border-color css
<style>
span { border-color: #C191E4; }
span { border-color: rgb(193,145,228); }
td.TdClassName
{
border-color: #C191E4;
}
.TagClassName
{
border-color: #C191E4;
}
</style>