Shades of Wisteria #C17EE8
Tints of Wisteria #C17EE8
RGB
CMYK
RGB Variations
Color information
#C17EE8 (or 0xC17EE8) is known color: Wisteria. HEX triplet: C1, 7E and E8. RGB value is (193,126,232). Sum of RGB (Red+Green+Blue) = 193+126+232=551 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.03% from 551); Green value is 126 (49.61% from 255 or 22.87% from 551); Blue value is 232 (91.02% from 255 or 42.11% from 551); Max value from RGB is 232 - color contains mainly: blue. Hex color #C17EE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17EE8 is #3E8117. Grayscale: #9D9D9D. Windows color (decimal): -4096280 or 15236801. OLE color: 15236801.
HSL color Cylindrical-coordinate representation of color #C17EE8: hue angle of 277.92º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C17EE8 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 126 | 232 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.09 |
| HSL | 277.92º | 0.7% | 0.7% | - |
| HSV(B) | 277.92º | 0.46% | 0.91% | - |
| XYZ | 44.02 | 32.09 | 80.22 | - |
| YUV | 158.12 | 169.7 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 126 | 232 | 0.17 | 0.46 | 0 | 0.09 | 277.92 | 0.7 | 0.7 |
| Hex | C1 | 7E | E8 | 11 | 2E | 0 | 9 | 116 | 46 | 46 |
| Octal | 301 | 176 | 350 | 21 | 56 | 0 | 11 | 426 | 106 | 106 |
| Binary | 11000001 | 1111110 | 11101000 | 10001 | 101110 | 0 | 1001 | 100010110 | 1000110 | 1000110 |
Color Harmonies of #C17EE8
Complementary color
Monochromatic Colors of #C17EE8
Black with #C17EE8
Text Example
Text Example
White with #C17EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17EE8; }
p { color: rgb(193,126,232); }
H1.HeaderClassName
{
color: #C17EE8;
}
.AnyTagClassName
{
color: #C17EE8;
}
</style>
background-color css
<style>
a { background-color: #C17EE8; }
a { background-color: rgb(193,126,232); }
div.DivClassName
{
background-color: #C17EE8;
}
.BgClassName
{
background-color: #C17EE8;
}
</style>
border-color css
<style>
span { border-color: #C17EE8; }
span { border-color: rgb(193,126,232); }
td.TdClassName
{
border-color: #C17EE8;
}
.TagClassName
{
border-color: #C17EE8;
}
</style>