Shades of Wisteria #C17EE0
Tints of Wisteria #C17EE0
RGB
CMYK
RGB Variations
Color information
#C17EE0 (or 0xC17EE0) is known color: Wisteria. HEX triplet: C1, 7E and E0. RGB value is (193,126,224). Sum of RGB (Red+Green+Blue) = 193+126+224=543 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.54% from 543); Green value is 126 (49.61% from 255 or 23.20% from 543); Blue value is 224 (87.89% from 255 or 41.25% from 543); Max value from RGB is 224 - color contains mainly: blue. Hex color #C17EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17EE0 is #3E811F. Grayscale: #9C9C9C. Windows color (decimal): -4096288 or 14712513. OLE color: 14712513.
HSL color Cylindrical-coordinate representation of color #C17EE0: hue angle of 281.02º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C17EE0 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 126 | 224 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.12 |
| HSL | 281.02º | 0.61% | 0.69% | - |
| HSV(B) | 281.02º | 0.44% | 0.88% | - |
| XYZ | 42.91 | 31.64 | 74.37 | - |
| YUV | 157.21 | 165.7 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 126 | 224 | 0.14 | 0.44 | 0 | 0.12 | 281.02 | 0.61 | 0.69 |
| Hex | C1 | 7E | E0 | E | 2C | 0 | C | 119 | 3D | 45 |
| Octal | 301 | 176 | 340 | 16 | 54 | 0 | 14 | 431 | 75 | 105 |
| Binary | 11000001 | 1111110 | 11100000 | 1110 | 101100 | 0 | 1100 | 100011001 | 111101 | 1000101 |
Color Harmonies of #C17EE0
Complementary color
Monochromatic Colors of #C17EE0
Black with #C17EE0
Text Example
Text Example
White with #C17EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17EE0; }
p { color: rgb(193,126,224); }
H1.HeaderClassName
{
color: #C17EE0;
}
.AnyTagClassName
{
color: #C17EE0;
}
</style>
background-color css
<style>
a { background-color: #C17EE0; }
a { background-color: rgb(193,126,224); }
div.DivClassName
{
background-color: #C17EE0;
}
.BgClassName
{
background-color: #C17EE0;
}
</style>
border-color css
<style>
span { border-color: #C17EE0; }
span { border-color: rgb(193,126,224); }
td.TdClassName
{
border-color: #C17EE0;
}
.TagClassName
{
border-color: #C17EE0;
}
</style>