Shades of Wisteria #C17FED
Tints of Wisteria #C17FED
RGB
CMYK
RGB Variations
Color information
#C17FED (or 0xC17FED) is known color: Wisteria. HEX triplet: C1, 7F and ED. RGB value is (193,127,237). Sum of RGB (Red+Green+Blue) = 193+127+237=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 127 (50% from 255 or 22.80% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #C17FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17FED is #3E8012. Grayscale: #9E9E9E. Windows color (decimal): -4096019 or 15564737. OLE color: 15564737.
HSL color Cylindrical-coordinate representation of color #C17FED: hue angle of 276º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C17FED is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 127 | 237 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.07 |
| HSL | 276º | 0.75% | 0.71% | - |
| HSV(B) | 276º | 0.46% | 0.93% | - |
| XYZ | 44.87 | 32.63 | 84.05 | - |
| YUV | 159.27 | 171.87 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 127 | 237 | 0.19 | 0.46 | 0 | 0.07 | 276 | 0.75 | 0.71 |
| Hex | C1 | 7F | ED | 13 | 2E | 0 | 7 | 114 | 4B | 47 |
| Octal | 301 | 177 | 355 | 23 | 56 | 0 | 7 | 424 | 113 | 107 |
| Binary | 11000001 | 1111111 | 11101101 | 10011 | 101110 | 0 | 111 | 100010100 | 1001011 | 1000111 |
Color Harmonies of #C17FED
Complementary color
Monochromatic Colors of #C17FED
Black with #C17FED
Text Example
Text Example
White with #C17FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17FED; }
p { color: rgb(193,127,237); }
H1.HeaderClassName
{
color: #C17FED;
}
.AnyTagClassName
{
color: #C17FED;
}
</style>
background-color css
<style>
a { background-color: #C17FED; }
a { background-color: rgb(193,127,237); }
div.DivClassName
{
background-color: #C17FED;
}
.BgClassName
{
background-color: #C17FED;
}
</style>
border-color css
<style>
span { border-color: #C17FED; }
span { border-color: rgb(193,127,237); }
td.TdClassName
{
border-color: #C17FED;
}
.TagClassName
{
border-color: #C17FED;
}
</style>