Shades of Wisteria #C07FED
Tints of Wisteria #C07FED
RGB
CMYK
RGB Variations
Color information
#C07FED (or 0xC07FED) is known color: Wisteria. HEX triplet: C0, 7F and ED. RGB value is (192,127,237). Sum of RGB (Red+Green+Blue) = 192+127+237=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 127 (50% from 255 or 22.84% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #C07FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07FED is #3F8012. Grayscale: #9E9E9E. Windows color (decimal): -4161555 or 15564736. OLE color: 15564736.
HSL color Cylindrical-coordinate representation of color #C07FED: hue angle of 275.45º 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 #C07FED is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 127 | 237 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.07 |
| HSL | 275.45º | 0.75% | 0.71% | - |
| HSV(B) | 275.45º | 0.46% | 0.93% | - |
| XYZ | 44.61 | 32.5 | 84.04 | - |
| YUV | 158.98 | 172.03 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 127 | 237 | 0.19 | 0.46 | 0 | 0.07 | 275.45 | 0.75 | 0.71 |
| Hex | C0 | 7F | ED | 13 | 2E | 0 | 7 | 113 | 4B | 47 |
| Octal | 300 | 177 | 355 | 23 | 56 | 0 | 7 | 423 | 113 | 107 |
| Binary | 11000000 | 1111111 | 11101101 | 10011 | 101110 | 0 | 111 | 100010011 | 1001011 | 1000111 |
Color Harmonies of #C07FED
Complementary color
Monochromatic Colors of #C07FED
Black with #C07FED
Text Example
Text Example
White with #C07FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07FED; }
p { color: rgb(192,127,237); }
H1.HeaderClassName
{
color: #C07FED;
}
.AnyTagClassName
{
color: #C07FED;
}
</style>
background-color css
<style>
a { background-color: #C07FED; }
a { background-color: rgb(192,127,237); }
div.DivClassName
{
background-color: #C07FED;
}
.BgClassName
{
background-color: #C07FED;
}
</style>
border-color css
<style>
span { border-color: #C07FED; }
span { border-color: rgb(192,127,237); }
td.TdClassName
{
border-color: #C07FED;
}
.TagClassName
{
border-color: #C07FED;
}
</style>