Shades of Wisteria #C17FEC
Tints of Wisteria #C17FEC
RGB
CMYK
RGB Variations
Color information
#C17FEC (or 0xC17FEC) is known color: Wisteria. HEX triplet: C1, 7F and EC. RGB value is (193,127,236). Sum of RGB (Red+Green+Blue) = 193+127+236=556 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.71% from 556); Green value is 127 (50% from 255 or 22.84% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #C17FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17FEC is #3E8013. Grayscale: #9E9E9E. Windows color (decimal): -4096020 or 15499201. OLE color: 15499201.
HSL color Cylindrical-coordinate representation of color #C17FEC: hue angle of 276.33º degrees, saturation: 0.74, 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 #C17FEC is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 127 | 236 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.07 |
| HSL | 276.33º | 0.74% | 0.71% | - |
| HSV(B) | 276.33º | 0.46% | 0.93% | - |
| XYZ | 44.72 | 32.57 | 83.29 | - |
| YUV | 159.16 | 171.37 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 127 | 236 | 0.18 | 0.46 | 0 | 0.07 | 276.33 | 0.74 | 0.71 |
| Hex | C1 | 7F | EC | 12 | 2E | 0 | 7 | 114 | 4A | 47 |
| Octal | 301 | 177 | 354 | 22 | 56 | 0 | 7 | 424 | 112 | 107 |
| Binary | 11000001 | 1111111 | 11101100 | 10010 | 101110 | 0 | 111 | 100010100 | 1001010 | 1000111 |
Color Harmonies of #C17FEC
Complementary color
Monochromatic Colors of #C17FEC
Black with #C17FEC
Text Example
Text Example
White with #C17FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17FEC; }
p { color: rgb(193,127,236); }
H1.HeaderClassName
{
color: #C17FEC;
}
.AnyTagClassName
{
color: #C17FEC;
}
</style>
background-color css
<style>
a { background-color: #C17FEC; }
a { background-color: rgb(193,127,236); }
div.DivClassName
{
background-color: #C17FEC;
}
.BgClassName
{
background-color: #C17FEC;
}
</style>
border-color css
<style>
span { border-color: #C17FEC; }
span { border-color: rgb(193,127,236); }
td.TdClassName
{
border-color: #C17FEC;
}
.TagClassName
{
border-color: #C17FEC;
}
</style>