Shades of Wisteria #C07AE1
Tints of Wisteria #C07AE1
RGB
CMYK
RGB Variations
Color information
#C07AE1 (or 0xC07AE1) is known color: Wisteria. HEX triplet: C0, 7A and E1. RGB value is (192,122,225). Sum of RGB (Red+Green+Blue) = 192+122+225=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 122 (48.05% from 255 or 22.63% from 539); Blue value is 225 (88.28% from 255 or 41.74% from 539); Max value from RGB is 225 - color contains mainly: blue. Hex color #C07AE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07AE1 is #3F851E. Grayscale: #9A9A9A. Windows color (decimal): -4162847 or 14777024. OLE color: 14777024.
HSL color Cylindrical-coordinate representation of color #C07AE1: hue angle of 280.78º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C07AE1 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 122 | 225 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.12 |
| HSL | 280.78º | 0.63% | 0.68% | - |
| HSV(B) | 280.78º | 0.46% | 0.88% | - |
| XYZ | 42.29 | 30.56 | 74.9 | - |
| YUV | 154.67 | 167.69 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 225 | 0.15 | 0.46 | 0 | 0.12 | 280.78 | 0.63 | 0.68 |
| Hex | C0 | 7A | E1 | F | 2E | 0 | C | 119 | 3F | 44 |
| Octal | 300 | 172 | 341 | 17 | 56 | 0 | 14 | 431 | 77 | 104 |
| Binary | 11000000 | 1111010 | 11100001 | 1111 | 101110 | 0 | 1100 | 100011001 | 111111 | 1000100 |
Color Harmonies of #C07AE1
Complementary color
Monochromatic Colors of #C07AE1
Black with #C07AE1
Text Example
Text Example
White with #C07AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07AE1; }
p { color: rgb(192,122,225); }
H1.HeaderClassName
{
color: #C07AE1;
}
.AnyTagClassName
{
color: #C07AE1;
}
</style>
background-color css
<style>
a { background-color: #C07AE1; }
a { background-color: rgb(192,122,225); }
div.DivClassName
{
background-color: #C07AE1;
}
.BgClassName
{
background-color: #C07AE1;
}
</style>
border-color css
<style>
span { border-color: #C07AE1; }
span { border-color: rgb(192,122,225); }
td.TdClassName
{
border-color: #C07AE1;
}
.TagClassName
{
border-color: #C07AE1;
}
</style>