Shades of Wisteria #C17ED6
Tints of Wisteria #C17ED6
RGB
CMYK
RGB Variations
Color information
#C17ED6 (or 0xC17ED6) is known color: Wisteria. HEX triplet: C1, 7E and D6. RGB value is (193,126,214). Sum of RGB (Red+Green+Blue) = 193+126+214=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 126 (49.61% from 255 or 23.64% from 533); Blue value is 214 (83.98% from 255 or 40.15% from 533); Max value from RGB is 214 - color contains mainly: blue. Hex color #C17ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17ED6 is #3E8129. Grayscale: #9B9B9B. Windows color (decimal): -4096298 or 14057153. OLE color: 14057153.
HSL color Cylindrical-coordinate representation of color #C17ED6: hue angle of 285.68º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C17ED6 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 126 | 214 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.16 |
| HSL | 285.68º | 0.52% | 0.67% | - |
| HSV(B) | 285.68º | 0.41% | 0.84% | - |
| XYZ | 41.59 | 31.11 | 67.43 | - |
| YUV | 156.07 | 160.7 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 126 | 214 | 0.10 | 0.41 | 0 | 0.16 | 285.68 | 0.52 | 0.67 |
| Hex | C1 | 7E | D6 | A | 29 | 0 | 10 | 11E | 34 | 43 |
| Octal | 301 | 176 | 326 | 12 | 51 | 0 | 20 | 436 | 64 | 103 |
| Binary | 11000001 | 1111110 | 11010110 | 1010 | 101001 | 0 | 10000 | 100011110 | 110100 | 1000011 |
Color Harmonies of #C17ED6
Complementary color
Monochromatic Colors of #C17ED6
Black with #C17ED6
Text Example
Text Example
White with #C17ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17ED6; }
p { color: rgb(193,126,214); }
H1.HeaderClassName
{
color: #C17ED6;
}
.AnyTagClassName
{
color: #C17ED6;
}
</style>
background-color css
<style>
a { background-color: #C17ED6; }
a { background-color: rgb(193,126,214); }
div.DivClassName
{
background-color: #C17ED6;
}
.BgClassName
{
background-color: #C17ED6;
}
</style>
border-color css
<style>
span { border-color: #C17ED6; }
span { border-color: rgb(193,126,214); }
td.TdClassName
{
border-color: #C17ED6;
}
.TagClassName
{
border-color: #C17ED6;
}
</style>