Shades of Wisteria #C181E3
Tints of Wisteria #C181E3
RGB
CMYK
RGB Variations
Color information
#C181E3 (or 0xC181E3) is known color: Wisteria. HEX triplet: C1, 81 and E3. RGB value is (193,129,227). Sum of RGB (Red+Green+Blue) = 193+129+227=549 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.15% from 549); Green value is 129 (50.78% from 255 or 23.50% from 549); Blue value is 227 (89.06% from 255 or 41.35% from 549); Max value from RGB is 227 - color contains mainly: blue. Hex color #C181E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C181E3 is #3E7E1C. Grayscale: #9E9E9E. Windows color (decimal): -4095517 or 14909889. OLE color: 14909889.
HSL color Cylindrical-coordinate representation of color #C181E3: hue angle of 279.18º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C181E3 is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 129 | 227 | - |
| CMYK | 0.15 | 0.43 | 0 | 0.11 |
| HSL | 279.18º | 0.64% | 0.7% | - |
| HSV(B) | 279.18º | 0.43% | 0.89% | - |
| XYZ | 43.71 | 32.58 | 76.66 | - |
| YUV | 159.31 | 166.2 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 129 | 227 | 0.15 | 0.43 | 0 | 0.11 | 279.18 | 0.64 | 0.7 |
| Hex | C1 | 81 | E3 | F | 2B | 0 | B | 117 | 40 | 46 |
| Octal | 301 | 201 | 343 | 17 | 53 | 0 | 13 | 427 | 100 | 106 |
| Binary | 11000001 | 10000001 | 11100011 | 1111 | 101011 | 0 | 1011 | 100010111 | 1000000 | 1000110 |
Color Harmonies of #C181E3
Complementary color
Monochromatic Colors of #C181E3
Black with #C181E3
Text Example
Text Example
White with #C181E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C181E3; }
p { color: rgb(193,129,227); }
H1.HeaderClassName
{
color: #C181E3;
}
.AnyTagClassName
{
color: #C181E3;
}
</style>
background-color css
<style>
a { background-color: #C181E3; }
a { background-color: rgb(193,129,227); }
div.DivClassName
{
background-color: #C181E3;
}
.BgClassName
{
background-color: #C181E3;
}
</style>
border-color css
<style>
span { border-color: #C181E3; }
span { border-color: rgb(193,129,227); }
td.TdClassName
{
border-color: #C181E3;
}
.TagClassName
{
border-color: #C181E3;
}
</style>