Shades of Wisteria #C07FEC
Tints of Wisteria #C07FEC
RGB
CMYK
RGB Variations
Color information
#C07FEC (or 0xC07FEC) is known color: Wisteria. HEX triplet: C0, 7F and EC. RGB value is (192,127,236). Sum of RGB (Red+Green+Blue) = 192+127+236=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 127 (50% from 255 or 22.88% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #C07FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07FEC is #3F8013. Grayscale: #9E9E9E. Windows color (decimal): -4161556 or 15499200. OLE color: 15499200.
HSL color Cylindrical-coordinate representation of color #C07FEC: hue angle of 275.78º 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 #C07FEC is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 127 | 236 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.07 |
| HSL | 275.78º | 0.74% | 0.71% | - |
| HSV(B) | 275.78º | 0.46% | 0.93% | - |
| XYZ | 44.47 | 32.44 | 83.27 | - |
| YUV | 158.86 | 171.53 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 127 | 236 | 0.19 | 0.46 | 0 | 0.07 | 275.78 | 0.74 | 0.71 |
| Hex | C0 | 7F | EC | 13 | 2E | 0 | 7 | 114 | 4A | 47 |
| Octal | 300 | 177 | 354 | 23 | 56 | 0 | 7 | 424 | 112 | 107 |
| Binary | 11000000 | 1111111 | 11101100 | 10011 | 101110 | 0 | 111 | 100010100 | 1001010 | 1000111 |
Color Harmonies of #C07FEC
Complementary color
Monochromatic Colors of #C07FEC
Black with #C07FEC
Text Example
Text Example
White with #C07FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07FEC; }
p { color: rgb(192,127,236); }
H1.HeaderClassName
{
color: #C07FEC;
}
.AnyTagClassName
{
color: #C07FEC;
}
</style>
background-color css
<style>
a { background-color: #C07FEC; }
a { background-color: rgb(192,127,236); }
div.DivClassName
{
background-color: #C07FEC;
}
.BgClassName
{
background-color: #C07FEC;
}
</style>
border-color css
<style>
span { border-color: #C07FEC; }
span { border-color: rgb(192,127,236); }
td.TdClassName
{
border-color: #C07FEC;
}
.TagClassName
{
border-color: #C07FEC;
}
</style>