Shades of Wisteria #C17EDD
Tints of Wisteria #C17EDD
RGB
CMYK
RGB Variations
Color information
#C17EDD (or 0xC17EDD) is known color: Wisteria. HEX triplet: C1, 7E and DD. RGB value is (193,126,221). Sum of RGB (Red+Green+Blue) = 193+126+221=540 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.74% from 540); Green value is 126 (49.61% from 255 or 23.33% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #C17EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17EDD is #3E8122. Grayscale: #9C9C9C. Windows color (decimal): -4096291 or 14515905. OLE color: 14515905.
HSL color Cylindrical-coordinate representation of color #C17EDD: hue angle of 282.32º degrees, saturation: 0.58, 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 #C17EDD is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 126 | 221 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.13 |
| HSL | 282.32º | 0.58% | 0.68% | - |
| HSV(B) | 282.32º | 0.43% | 0.87% | - |
| XYZ | 42.5 | 31.48 | 72.24 | - |
| YUV | 156.86 | 164.2 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 126 | 221 | 0.13 | 0.43 | 0 | 0.13 | 282.32 | 0.58 | 0.68 |
| Hex | C1 | 7E | DD | D | 2B | 0 | D | 11A | 3A | 44 |
| Octal | 301 | 176 | 335 | 15 | 53 | 0 | 15 | 432 | 72 | 104 |
| Binary | 11000001 | 1111110 | 11011101 | 1101 | 101011 | 0 | 1101 | 100011010 | 111010 | 1000100 |
Color Harmonies of #C17EDD
Complementary color
Monochromatic Colors of #C17EDD
Black with #C17EDD
Text Example
Text Example
White with #C17EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17EDD; }
p { color: rgb(193,126,221); }
H1.HeaderClassName
{
color: #C17EDD;
}
.AnyTagClassName
{
color: #C17EDD;
}
</style>
background-color css
<style>
a { background-color: #C17EDD; }
a { background-color: rgb(193,126,221); }
div.DivClassName
{
background-color: #C17EDD;
}
.BgClassName
{
background-color: #C17EDD;
}
</style>
border-color css
<style>
span { border-color: #C17EDD; }
span { border-color: rgb(193,126,221); }
td.TdClassName
{
border-color: #C17EDD;
}
.TagClassName
{
border-color: #C17EDD;
}
</style>