Shades of Wisteria #C17EDC
Tints of Wisteria #C17EDC
RGB
CMYK
RGB Variations
Color information
#C17EDC (or 0xC17EDC) is known color: Wisteria. HEX triplet: C1, 7E and DC. RGB value is (193,126,220). Sum of RGB (Red+Green+Blue) = 193+126+220=539 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.81% from 539); Green value is 126 (49.61% from 255 or 23.38% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #C17EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17EDC is #3E8123. Grayscale: #9C9C9C. Windows color (decimal): -4096292 or 14450369. OLE color: 14450369.
HSL color Cylindrical-coordinate representation of color #C17EDC: hue angle of 282.77º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C17EDC is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 126 | 220 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.14 |
| HSL | 282.77º | 0.57% | 0.68% | - |
| HSV(B) | 282.77º | 0.43% | 0.86% | - |
| XYZ | 42.37 | 31.43 | 71.54 | - |
| YUV | 156.75 | 163.7 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 126 | 220 | 0.12 | 0.43 | 0 | 0.14 | 282.77 | 0.57 | 0.68 |
| Hex | C1 | 7E | DC | C | 2B | 0 | E | 11B | 39 | 44 |
| Octal | 301 | 176 | 334 | 14 | 53 | 0 | 16 | 433 | 71 | 104 |
| Binary | 11000001 | 1111110 | 11011100 | 1100 | 101011 | 0 | 1110 | 100011011 | 111001 | 1000100 |
Color Harmonies of #C17EDC
Complementary color
Monochromatic Colors of #C17EDC
Black with #C17EDC
Text Example
Text Example
White with #C17EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17EDC; }
p { color: rgb(193,126,220); }
H1.HeaderClassName
{
color: #C17EDC;
}
.AnyTagClassName
{
color: #C17EDC;
}
</style>
background-color css
<style>
a { background-color: #C17EDC; }
a { background-color: rgb(193,126,220); }
div.DivClassName
{
background-color: #C17EDC;
}
.BgClassName
{
background-color: #C17EDC;
}
</style>
border-color css
<style>
span { border-color: #C17EDC; }
span { border-color: rgb(193,126,220); }
td.TdClassName
{
border-color: #C17EDC;
}
.TagClassName
{
border-color: #C17EDC;
}
</style>