Shades of Wisteria #C181E7
Tints of Wisteria #C181E7
RGB
CMYK
RGB Variations
Color information
#C181E7 (or 0xC181E7) is known color: Wisteria. HEX triplet: C1, 81 and E7. RGB value is (193,129,231). Sum of RGB (Red+Green+Blue) = 193+129+231=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 129 (50.78% from 255 or 23.33% from 553); Blue value is 231 (90.62% from 255 or 41.77% from 553); Max value from RGB is 231 - color contains mainly: blue. Hex color #C181E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C181E7 is #3E7E18. Grayscale: #9F9F9F. Windows color (decimal): -4095513 or 15172033. OLE color: 15172033.
HSL color Cylindrical-coordinate representation of color #C181E7: hue angle of 277.65º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C181E7 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 129 | 231 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.09 |
| HSL | 277.65º | 0.68% | 0.71% | - |
| HSV(B) | 277.65º | 0.44% | 0.91% | - |
| XYZ | 44.27 | 32.81 | 79.6 | - |
| YUV | 159.76 | 168.2 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 129 | 231 | 0.16 | 0.44 | 0 | 0.09 | 277.65 | 0.68 | 0.71 |
| Hex | C1 | 81 | E7 | 10 | 2C | 0 | 9 | 116 | 44 | 47 |
| Octal | 301 | 201 | 347 | 20 | 54 | 0 | 11 | 426 | 104 | 107 |
| Binary | 11000001 | 10000001 | 11100111 | 10000 | 101100 | 0 | 1001 | 100010110 | 1000100 | 1000111 |
Color Harmonies of #C181E7
Complementary color
Monochromatic Colors of #C181E7
Black with #C181E7
Text Example
Text Example
White with #C181E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C181E7; }
p { color: rgb(193,129,231); }
H1.HeaderClassName
{
color: #C181E7;
}
.AnyTagClassName
{
color: #C181E7;
}
</style>
background-color css
<style>
a { background-color: #C181E7; }
a { background-color: rgb(193,129,231); }
div.DivClassName
{
background-color: #C181E7;
}
.BgClassName
{
background-color: #C181E7;
}
</style>
border-color css
<style>
span { border-color: #C181E7; }
span { border-color: rgb(193,129,231); }
td.TdClassName
{
border-color: #C181E7;
}
.TagClassName
{
border-color: #C181E7;
}
</style>