Shades of Wisteria #C07EEC
Tints of Wisteria #C07EEC
RGB
CMYK
RGB Variations
Color information
#C07EEC (or 0xC07EEC) is known color: Wisteria. HEX triplet: C0, 7E and EC. RGB value is (192,126,236). Sum of RGB (Red+Green+Blue) = 192+126+236=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 126 (49.61% from 255 or 22.74% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #C07EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07EEC is #3F8113. Grayscale: #9D9D9D. Windows color (decimal): -4161812 or 15498944. OLE color: 15498944.
HSL color Cylindrical-coordinate representation of color #C07EEC: hue angle of 276º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C07EEC is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 126 | 236 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.07 |
| HSL | 276º | 0.74% | 0.71% | - |
| HSV(B) | 276º | 0.47% | 0.93% | - |
| XYZ | 44.34 | 32.18 | 83.23 | - |
| YUV | 158.27 | 171.87 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 236 | 0.19 | 0.47 | 0 | 0.07 | 276 | 0.74 | 0.71 |
| Hex | C0 | 7E | EC | 13 | 2F | 0 | 7 | 114 | 4A | 47 |
| Octal | 300 | 176 | 354 | 23 | 57 | 0 | 7 | 424 | 112 | 107 |
| Binary | 11000000 | 1111110 | 11101100 | 10011 | 101111 | 0 | 111 | 100010100 | 1001010 | 1000111 |
Color Harmonies of #C07EEC
Complementary color
Monochromatic Colors of #C07EEC
Black with #C07EEC
Text Example
Text Example
White with #C07EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07EEC; }
p { color: rgb(192,126,236); }
H1.HeaderClassName
{
color: #C07EEC;
}
.AnyTagClassName
{
color: #C07EEC;
}
</style>
background-color css
<style>
a { background-color: #C07EEC; }
a { background-color: rgb(192,126,236); }
div.DivClassName
{
background-color: #C07EEC;
}
.BgClassName
{
background-color: #C07EEC;
}
</style>
border-color css
<style>
span { border-color: #C07EEC; }
span { border-color: rgb(192,126,236); }
td.TdClassName
{
border-color: #C07EEC;
}
.TagClassName
{
border-color: #C07EEC;
}
</style>