Shades of Wisteria #C17EDE
Tints of Wisteria #C17EDE
RGB
CMYK
RGB Variations
Color information
#C17EDE (or 0xC17EDE) is known color: Wisteria. HEX triplet: C1, 7E and DE. RGB value is (193,126,222). Sum of RGB (Red+Green+Blue) = 193+126+222=541 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.67% from 541); Green value is 126 (49.61% from 255 or 23.29% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #C17EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17EDE is #3E8121. Grayscale: #9C9C9C. Windows color (decimal): -4096290 or 14581441. OLE color: 14581441.
HSL color Cylindrical-coordinate representation of color #C17EDE: hue angle of 281.88º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C17EDE is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 126 | 222 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.13 |
| HSL | 281.88º | 0.59% | 0.68% | - |
| HSV(B) | 281.88º | 0.43% | 0.87% | - |
| XYZ | 42.64 | 31.53 | 72.95 | - |
| YUV | 156.98 | 164.7 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 126 | 222 | 0.13 | 0.43 | 0 | 0.13 | 281.88 | 0.59 | 0.68 |
| Hex | C1 | 7E | DE | D | 2B | 0 | D | 11A | 3B | 44 |
| Octal | 301 | 176 | 336 | 15 | 53 | 0 | 15 | 432 | 73 | 104 |
| Binary | 11000001 | 1111110 | 11011110 | 1101 | 101011 | 0 | 1101 | 100011010 | 111011 | 1000100 |
Color Harmonies of #C17EDE
Complementary color
Monochromatic Colors of #C17EDE
Black with #C17EDE
Text Example
Text Example
White with #C17EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17EDE; }
p { color: rgb(193,126,222); }
H1.HeaderClassName
{
color: #C17EDE;
}
.AnyTagClassName
{
color: #C17EDE;
}
</style>
background-color css
<style>
a { background-color: #C17EDE; }
a { background-color: rgb(193,126,222); }
div.DivClassName
{
background-color: #C17EDE;
}
.BgClassName
{
background-color: #C17EDE;
}
</style>
border-color css
<style>
span { border-color: #C17EDE; }
span { border-color: rgb(193,126,222); }
td.TdClassName
{
border-color: #C17EDE;
}
.TagClassName
{
border-color: #C17EDE;
}
</style>