Shades of Wisteria #C17EE6
Tints of Wisteria #C17EE6
RGB
CMYK
RGB Variations
Color information
#C17EE6 (or 0xC17EE6) is known color: Wisteria. HEX triplet: C1, 7E and E6. RGB value is (193,126,230). Sum of RGB (Red+Green+Blue) = 193+126+230=549 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.15% from 549); Green value is 126 (49.61% from 255 or 22.95% from 549); Blue value is 230 (90.23% from 255 or 41.89% from 549); Max value from RGB is 230 - color contains mainly: blue. Hex color #C17EE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17EE6 is #3E8119. Grayscale: #9D9D9D. Windows color (decimal): -4096282 or 15105729. OLE color: 15105729.
HSL color Cylindrical-coordinate representation of color #C17EE6: hue angle of 278.65º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C17EE6 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 126 | 230 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.10 |
| HSL | 278.65º | 0.68% | 0.7% | - |
| HSV(B) | 278.65º | 0.45% | 0.9% | - |
| XYZ | 43.74 | 31.97 | 78.73 | - |
| YUV | 157.89 | 168.7 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 126 | 230 | 0.16 | 0.45 | 0 | 0.10 | 278.65 | 0.68 | 0.7 |
| Hex | C1 | 7E | E6 | 10 | 2D | 0 | A | 117 | 44 | 46 |
| Octal | 301 | 176 | 346 | 20 | 55 | 0 | 12 | 427 | 104 | 106 |
| Binary | 11000001 | 1111110 | 11100110 | 10000 | 101101 | 0 | 1010 | 100010111 | 1000100 | 1000110 |
Color Harmonies of #C17EE6
Complementary color
Monochromatic Colors of #C17EE6
Black with #C17EE6
Text Example
Text Example
White with #C17EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17EE6; }
p { color: rgb(193,126,230); }
H1.HeaderClassName
{
color: #C17EE6;
}
.AnyTagClassName
{
color: #C17EE6;
}
</style>
background-color css
<style>
a { background-color: #C17EE6; }
a { background-color: rgb(193,126,230); }
div.DivClassName
{
background-color: #C17EE6;
}
.BgClassName
{
background-color: #C17EE6;
}
</style>
border-color css
<style>
span { border-color: #C17EE6; }
span { border-color: rgb(193,126,230); }
td.TdClassName
{
border-color: #C17EE6;
}
.TagClassName
{
border-color: #C17EE6;
}
</style>