Shades of Wisteria #C17FE9
Tints of Wisteria #C17FE9
RGB
CMYK
RGB Variations
Color information
#C17FE9 (or 0xC17FE9) is known color: Wisteria. HEX triplet: C1, 7F and E9. RGB value is (193,127,233). Sum of RGB (Red+Green+Blue) = 193+127+233=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 233 (91.41% from 255 or 42.13% from 553); Max value from RGB is 233 - color contains mainly: blue. Hex color #C17FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17FE9 is #3E8016. Grayscale: #9E9E9E. Windows color (decimal): -4096023 or 15302593. OLE color: 15302593.
HSL color Cylindrical-coordinate representation of color #C17FE9: hue angle of 277.36º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C17FE9 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 127 | 233 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.09 |
| HSL | 277.36º | 0.71% | 0.71% | - |
| HSV(B) | 277.36º | 0.45% | 0.91% | - |
| XYZ | 44.29 | 32.4 | 81.01 | - |
| YUV | 158.82 | 169.87 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 127 | 233 | 0.17 | 0.45 | 0 | 0.09 | 277.36 | 0.71 | 0.71 |
| Hex | C1 | 7F | E9 | 11 | 2D | 0 | 9 | 115 | 47 | 47 |
| Octal | 301 | 177 | 351 | 21 | 55 | 0 | 11 | 425 | 107 | 107 |
| Binary | 11000001 | 1111111 | 11101001 | 10001 | 101101 | 0 | 1001 | 100010101 | 1000111 | 1000111 |
Color Harmonies of #C17FE9
Complementary color
Monochromatic Colors of #C17FE9
Black with #C17FE9
Text Example
Text Example
White with #C17FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17FE9; }
p { color: rgb(193,127,233); }
H1.HeaderClassName
{
color: #C17FE9;
}
.AnyTagClassName
{
color: #C17FE9;
}
</style>
background-color css
<style>
a { background-color: #C17FE9; }
a { background-color: rgb(193,127,233); }
div.DivClassName
{
background-color: #C17FE9;
}
.BgClassName
{
background-color: #C17FE9;
}
</style>
border-color css
<style>
span { border-color: #C17FE9; }
span { border-color: rgb(193,127,233); }
td.TdClassName
{
border-color: #C17FE9;
}
.TagClassName
{
border-color: #C17FE9;
}
</style>