Shades of Wisteria #C17EDA
Tints of Wisteria #C17EDA
RGB
CMYK
RGB Variations
Color information
#C17EDA (or 0xC17EDA) is known color: Wisteria. HEX triplet: C1, 7E and DA. RGB value is (193,126,218). Sum of RGB (Red+Green+Blue) = 193+126+218=537 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.94% from 537); Green value is 126 (49.61% from 255 or 23.46% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #C17EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17EDA is #3E8125. Grayscale: #9C9C9C. Windows color (decimal): -4096294 or 14319297. OLE color: 14319297.
HSL color Cylindrical-coordinate representation of color #C17EDA: hue angle of 283.7º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C17EDA is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 126 | 218 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.15 |
| HSL | 283.7º | 0.55% | 0.67% | - |
| HSV(B) | 283.7º | 0.42% | 0.85% | - |
| XYZ | 42.11 | 31.32 | 70.16 | - |
| YUV | 156.52 | 162.7 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 126 | 218 | 0.11 | 0.42 | 0 | 0.15 | 283.7 | 0.55 | 0.67 |
| Hex | C1 | 7E | DA | B | 2A | 0 | F | 11C | 37 | 43 |
| Octal | 301 | 176 | 332 | 13 | 52 | 0 | 17 | 434 | 67 | 103 |
| Binary | 11000001 | 1111110 | 11011010 | 1011 | 101010 | 0 | 1111 | 100011100 | 110111 | 1000011 |
Color Harmonies of #C17EDA
Complementary color
Monochromatic Colors of #C17EDA
Black with #C17EDA
Text Example
Text Example
White with #C17EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17EDA; }
p { color: rgb(193,126,218); }
H1.HeaderClassName
{
color: #C17EDA;
}
.AnyTagClassName
{
color: #C17EDA;
}
</style>
background-color css
<style>
a { background-color: #C17EDA; }
a { background-color: rgb(193,126,218); }
div.DivClassName
{
background-color: #C17EDA;
}
.BgClassName
{
background-color: #C17EDA;
}
</style>
border-color css
<style>
span { border-color: #C17EDA; }
span { border-color: rgb(193,126,218); }
td.TdClassName
{
border-color: #C17EDA;
}
.TagClassName
{
border-color: #C17EDA;
}
</style>