Shades of Wisteria #C07DEC
Tints of Wisteria #C07DEC
RGB
CMYK
RGB Variations
Color information
#C07DEC (or 0xC07DEC) is known color: Wisteria. HEX triplet: C0, 7D and EC. RGB value is (192,125,236). Sum of RGB (Red+Green+Blue) = 192+125+236=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 125 (49.22% from 255 or 22.60% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #C07DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07DEC is #3F8213. Grayscale: #9D9D9D. Windows color (decimal): -4162068 or 15498688. OLE color: 15498688.
HSL color Cylindrical-coordinate representation of color #C07DEC: hue angle of 276.22º 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 #C07DEC is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 125 | 236 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.07 |
| HSL | 276.22º | 0.74% | 0.71% | - |
| HSV(B) | 276.22º | 0.47% | 0.93% | - |
| XYZ | 44.21 | 31.93 | 83.19 | - |
| YUV | 157.69 | 172.2 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 125 | 236 | 0.19 | 0.47 | 0 | 0.07 | 276.22 | 0.74 | 0.71 |
| Hex | C0 | 7D | EC | 13 | 2F | 0 | 7 | 114 | 4A | 47 |
| Octal | 300 | 175 | 354 | 23 | 57 | 0 | 7 | 424 | 112 | 107 |
| Binary | 11000000 | 1111101 | 11101100 | 10011 | 101111 | 0 | 111 | 100010100 | 1001010 | 1000111 |
Color Harmonies of #C07DEC
Complementary color
Monochromatic Colors of #C07DEC
Black with #C07DEC
Text Example
Text Example
White with #C07DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07DEC; }
p { color: rgb(192,125,236); }
H1.HeaderClassName
{
color: #C07DEC;
}
.AnyTagClassName
{
color: #C07DEC;
}
</style>
background-color css
<style>
a { background-color: #C07DEC; }
a { background-color: rgb(192,125,236); }
div.DivClassName
{
background-color: #C07DEC;
}
.BgClassName
{
background-color: #C07DEC;
}
</style>
border-color css
<style>
span { border-color: #C07DEC; }
span { border-color: rgb(192,125,236); }
td.TdClassName
{
border-color: #C07DEC;
}
.TagClassName
{
border-color: #C07DEC;
}
</style>