Shades of Wisteria #C07ED7
Tints of Wisteria #C07ED7
RGB
CMYK
RGB Variations
Color information
#C07ED7 (or 0xC07ED7) is known color: Wisteria. HEX triplet: C0, 7E and D7. RGB value is (192,126,215). Sum of RGB (Red+Green+Blue) = 192+126+215=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 126 (49.61% from 255 or 23.64% from 533); Blue value is 215 (84.38% from 255 or 40.34% from 533); Max value from RGB is 215 - color contains mainly: blue. Hex color #C07ED7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07ED7 is #3F8128. Grayscale: #9B9B9B. Windows color (decimal): -4161833 or 14122688. OLE color: 14122688.
HSL color Cylindrical-coordinate representation of color #C07ED7: hue angle of 284.49º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C07ED7 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 126 | 215 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.16 |
| HSL | 284.49º | 0.53% | 0.67% | - |
| HSV(B) | 284.49º | 0.41% | 0.84% | - |
| XYZ | 41.46 | 31.03 | 68.09 | - |
| YUV | 155.88 | 161.37 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 215 | 0.11 | 0.41 | 0 | 0.16 | 284.49 | 0.53 | 0.67 |
| Hex | C0 | 7E | D7 | B | 29 | 0 | 10 | 11C | 35 | 43 |
| Octal | 300 | 176 | 327 | 13 | 51 | 0 | 20 | 434 | 65 | 103 |
| Binary | 11000000 | 1111110 | 11010111 | 1011 | 101001 | 0 | 10000 | 100011100 | 110101 | 1000011 |
Color Harmonies of #C07ED7
Complementary color
Monochromatic Colors of #C07ED7
Black with #C07ED7
Text Example
Text Example
White with #C07ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07ED7; }
p { color: rgb(192,126,215); }
H1.HeaderClassName
{
color: #C07ED7;
}
.AnyTagClassName
{
color: #C07ED7;
}
</style>
background-color css
<style>
a { background-color: #C07ED7; }
a { background-color: rgb(192,126,215); }
div.DivClassName
{
background-color: #C07ED7;
}
.BgClassName
{
background-color: #C07ED7;
}
</style>
border-color css
<style>
span { border-color: #C07ED7; }
span { border-color: rgb(192,126,215); }
td.TdClassName
{
border-color: #C07ED7;
}
.TagClassName
{
border-color: #C07ED7;
}
</style>