Shades of Wisteria #C07DE0
Tints of Wisteria #C07DE0
RGB
CMYK
RGB Variations
Color information
#C07DE0 (or 0xC07DE0) is known color: Wisteria. HEX triplet: C0, 7D and E0. RGB value is (192,125,224). Sum of RGB (Red+Green+Blue) = 192+125+224=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 224 - color contains mainly: blue. Hex color #C07DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07DE0 is #3F821F. Grayscale: #9B9B9B. Windows color (decimal): -4162080 or 14712256. OLE color: 14712256.
HSL color Cylindrical-coordinate representation of color #C07DE0: hue angle of 280.61º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C07DE0 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 125 | 224 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.12 |
| HSL | 280.61º | 0.61% | 0.68% | - |
| HSV(B) | 280.61º | 0.44% | 0.88% | - |
| XYZ | 42.53 | 31.26 | 74.31 | - |
| YUV | 156.32 | 166.2 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 125 | 224 | 0.14 | 0.44 | 0 | 0.12 | 280.61 | 0.61 | 0.68 |
| Hex | C0 | 7D | E0 | E | 2C | 0 | C | 119 | 3D | 44 |
| Octal | 300 | 175 | 340 | 16 | 54 | 0 | 14 | 431 | 75 | 104 |
| Binary | 11000000 | 1111101 | 11100000 | 1110 | 101100 | 0 | 1100 | 100011001 | 111101 | 1000100 |
Color Harmonies of #C07DE0
Complementary color
Monochromatic Colors of #C07DE0
Black with #C07DE0
Text Example
Text Example
White with #C07DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07DE0; }
p { color: rgb(192,125,224); }
H1.HeaderClassName
{
color: #C07DE0;
}
.AnyTagClassName
{
color: #C07DE0;
}
</style>
background-color css
<style>
a { background-color: #C07DE0; }
a { background-color: rgb(192,125,224); }
div.DivClassName
{
background-color: #C07DE0;
}
.BgClassName
{
background-color: #C07DE0;
}
</style>
border-color css
<style>
span { border-color: #C07DE0; }
span { border-color: rgb(192,125,224); }
td.TdClassName
{
border-color: #C07DE0;
}
.TagClassName
{
border-color: #C07DE0;
}
</style>