Shades of Wisteria #C181F1
Tints of Wisteria #C181F1
RGB
CMYK
RGB Variations
Color information
#C181F1 (or 0xC181F1) is known color: Wisteria. HEX triplet: C1, 81 and F1. RGB value is (193,129,241). Sum of RGB (Red+Green+Blue) = 193+129+241=563 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.28% from 563); Green value is 129 (50.78% from 255 or 22.91% from 563); Blue value is 241 (94.53% from 255 or 42.81% from 563); Max value from RGB is 241 - color contains mainly: blue. Hex color #C181F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C181F1 is #3E7E0E. Grayscale: #A0A0A0. Windows color (decimal): -4095503 or 15827393. OLE color: 15827393.
HSL color Cylindrical-coordinate representation of color #C181F1: hue angle of 274.29º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C181F1 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 129 | 241 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.05 |
| HSL | 274.29º | 0.8% | 0.73% | - |
| HSV(B) | 274.29º | 0.46% | 0.95% | - |
| XYZ | 45.72 | 33.39 | 87.25 | - |
| YUV | 160.9 | 173.2 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 129 | 241 | 0.20 | 0.46 | 0 | 0.05 | 274.29 | 0.8 | 0.73 |
| Hex | C1 | 81 | F1 | 14 | 2E | 0 | 5 | 112 | 50 | 49 |
| Octal | 301 | 201 | 361 | 24 | 56 | 0 | 5 | 422 | 120 | 111 |
| Binary | 11000001 | 10000001 | 11110001 | 10100 | 101110 | 0 | 101 | 100010010 | 1010000 | 1001001 |
Color Harmonies of #C181F1
Complementary color
Monochromatic Colors of #C181F1
Black with #C181F1
Text Example
Text Example
White with #C181F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C181F1; }
p { color: rgb(193,129,241); }
H1.HeaderClassName
{
color: #C181F1;
}
.AnyTagClassName
{
color: #C181F1;
}
</style>
background-color css
<style>
a { background-color: #C181F1; }
a { background-color: rgb(193,129,241); }
div.DivClassName
{
background-color: #C181F1;
}
.BgClassName
{
background-color: #C181F1;
}
</style>
border-color css
<style>
span { border-color: #C181F1; }
span { border-color: rgb(193,129,241); }
td.TdClassName
{
border-color: #C181F1;
}
.TagClassName
{
border-color: #C181F1;
}
</style>