Shades of Wisteria #C191E0
Tints of Wisteria #C191E0
RGB
CMYK
RGB Variations
Color information
#C191E0 (or 0xC191E0) is known color: Wisteria. HEX triplet: C1, 91 and E0. RGB value is (193,145,224). Sum of RGB (Red+Green+Blue) = 193+145+224=562 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.34% from 562); Green value is 145 (57.03% from 255 or 25.80% from 562); Blue value is 224 (87.89% from 255 or 39.86% from 562); Max value from RGB is 224 - color contains mainly: blue. Hex color #C191E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C191E0 is #3E6E1F. Grayscale: #A8A8A8. Windows color (decimal): -4091424 or 14717377. OLE color: 14717377.
HSL color Cylindrical-coordinate representation of color #C191E0: hue angle of 276.46º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C191E0 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 145 | 224 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.12 |
| HSL | 276.46º | 0.56% | 0.72% | - |
| HSV(B) | 276.46º | 0.35% | 0.88% | - |
| XYZ | 45.57 | 36.97 | 75.26 | - |
| YUV | 168.36 | 159.4 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 145 | 224 | 0.14 | 0.35 | 0 | 0.12 | 276.46 | 0.56 | 0.72 |
| Hex | C1 | 91 | E0 | E | 23 | 0 | C | 114 | 38 | 48 |
| Octal | 301 | 221 | 340 | 16 | 43 | 0 | 14 | 424 | 70 | 110 |
| Binary | 11000001 | 10010001 | 11100000 | 1110 | 100011 | 0 | 1100 | 100010100 | 111000 | 1001000 |
Color Harmonies of #C191E0
Complementary color
Monochromatic Colors of #C191E0
Black with #C191E0
Text Example
Text Example
White with #C191E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C191E0; }
p { color: rgb(193,145,224); }
H1.HeaderClassName
{
color: #C191E0;
}
.AnyTagClassName
{
color: #C191E0;
}
</style>
background-color css
<style>
a { background-color: #C191E0; }
a { background-color: rgb(193,145,224); }
div.DivClassName
{
background-color: #C191E0;
}
.BgClassName
{
background-color: #C191E0;
}
</style>
border-color css
<style>
span { border-color: #C191E0; }
span { border-color: rgb(193,145,224); }
td.TdClassName
{
border-color: #C191E0;
}
.TagClassName
{
border-color: #C191E0;
}
</style>