Shades of Wisteria #C17EE2
Tints of Wisteria #C17EE2
RGB
CMYK
RGB Variations
Color information
#C17EE2 (or 0xC17EE2) is known color: Wisteria. HEX triplet: C1, 7E and E2. RGB value is (193,126,226). Sum of RGB (Red+Green+Blue) = 193+126+226=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 126 (49.61% from 255 or 23.12% from 545); Blue value is 226 (88.67% from 255 or 41.47% from 545); Max value from RGB is 226 - color contains mainly: blue. Hex color #C17EE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17EE2 is #3E811D. Grayscale: #9D9D9D. Windows color (decimal): -4096286 or 14843585. OLE color: 14843585.
HSL color Cylindrical-coordinate representation of color #C17EE2: hue angle of 280.2º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C17EE2 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 126 | 226 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.11 |
| HSL | 280.2º | 0.63% | 0.69% | - |
| HSV(B) | 280.2º | 0.44% | 0.89% | - |
| XYZ | 43.18 | 31.75 | 75.8 | - |
| YUV | 157.43 | 166.7 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 126 | 226 | 0.15 | 0.44 | 0 | 0.11 | 280.2 | 0.63 | 0.69 |
| Hex | C1 | 7E | E2 | F | 2C | 0 | B | 118 | 3F | 45 |
| Octal | 301 | 176 | 342 | 17 | 54 | 0 | 13 | 430 | 77 | 105 |
| Binary | 11000001 | 1111110 | 11100010 | 1111 | 101100 | 0 | 1011 | 100011000 | 111111 | 1000101 |
Color Harmonies of #C17EE2
Complementary color
Monochromatic Colors of #C17EE2
Black with #C17EE2
Text Example
Text Example
White with #C17EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17EE2; }
p { color: rgb(193,126,226); }
H1.HeaderClassName
{
color: #C17EE2;
}
.AnyTagClassName
{
color: #C17EE2;
}
</style>
background-color css
<style>
a { background-color: #C17EE2; }
a { background-color: rgb(193,126,226); }
div.DivClassName
{
background-color: #C17EE2;
}
.BgClassName
{
background-color: #C17EE2;
}
</style>
border-color css
<style>
span { border-color: #C17EE2; }
span { border-color: rgb(193,126,226); }
td.TdClassName
{
border-color: #C17EE2;
}
.TagClassName
{
border-color: #C17EE2;
}
</style>