Shades of Wisteria #C191F3
Tints of Wisteria #C191F3
RGB
CMYK
RGB Variations
Color information
#C191F3 (or 0xC191F3) is known color: Wisteria. HEX triplet: C1, 91 and F3. RGB value is (193,145,243). Sum of RGB (Red+Green+Blue) = 193+145+243=581 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.22% from 581); Green value is 145 (57.03% from 255 or 24.96% from 581); Blue value is 243 (95.31% from 255 or 41.82% from 581); Max value from RGB is 243 - color contains mainly: blue. Hex color #C191F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C191F3 is #3E6E0C. Grayscale: #AAAAAA. Windows color (decimal): -4091405 or 15962561. OLE color: 15962561.
HSL color Cylindrical-coordinate representation of color #C191F3: hue angle of 269.39º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C191F3 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 145 | 243 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.05 |
| HSL | 269.39º | 0.8% | 0.76% | - |
| HSV(B) | 269.39º | 0.4% | 0.95% | - |
| XYZ | 48.3 | 38.06 | 89.59 | - |
| YUV | 170.52 | 168.9 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 145 | 243 | 0.21 | 0.40 | 0 | 0.05 | 269.39 | 0.8 | 0.76 |
| Hex | C1 | 91 | F3 | 15 | 28 | 0 | 5 | 10D | 50 | 4C |
| Octal | 301 | 221 | 363 | 25 | 50 | 0 | 5 | 415 | 120 | 114 |
| Binary | 11000001 | 10010001 | 11110011 | 10101 | 101000 | 0 | 101 | 100001101 | 1010000 | 1001100 |
Color Harmonies of #C191F3
Complementary color
Monochromatic Colors of #C191F3
Black with #C191F3
Text Example
Text Example
White with #C191F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C191F3; }
p { color: rgb(193,145,243); }
H1.HeaderClassName
{
color: #C191F3;
}
.AnyTagClassName
{
color: #C191F3;
}
</style>
background-color css
<style>
a { background-color: #C191F3; }
a { background-color: rgb(193,145,243); }
div.DivClassName
{
background-color: #C191F3;
}
.BgClassName
{
background-color: #C191F3;
}
</style>
border-color css
<style>
span { border-color: #C191F3; }
span { border-color: rgb(193,145,243); }
td.TdClassName
{
border-color: #C191F3;
}
.TagClassName
{
border-color: #C191F3;
}
</style>