Shades of Wisteria #C07AE2
Tints of Wisteria #C07AE2
RGB
CMYK
RGB Variations
Color information
#C07AE2 (or 0xC07AE2) is known color: Wisteria. HEX triplet: C0, 7A and E2. RGB value is (192,122,226). Sum of RGB (Red+Green+Blue) = 192+122+226=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 122 (48.05% from 255 or 22.59% from 540); Blue value is 226 (88.67% from 255 or 41.85% from 540); Max value from RGB is 226 - color contains mainly: blue. Hex color #C07AE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07AE2 is #3F851D. Grayscale: #9A9A9A. Windows color (decimal): -4162846 or 14842560. OLE color: 14842560.
HSL color Cylindrical-coordinate representation of color #C07AE2: hue angle of 280.38º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C07AE2 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 122 | 226 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.11 |
| HSL | 280.38º | 0.64% | 0.68% | - |
| HSV(B) | 280.38º | 0.46% | 0.89% | - |
| XYZ | 42.43 | 30.62 | 75.63 | - |
| YUV | 154.79 | 168.19 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 226 | 0.15 | 0.46 | 0 | 0.11 | 280.38 | 0.64 | 0.68 |
| Hex | C0 | 7A | E2 | F | 2E | 0 | B | 118 | 40 | 44 |
| Octal | 300 | 172 | 342 | 17 | 56 | 0 | 13 | 430 | 100 | 104 |
| Binary | 11000000 | 1111010 | 11100010 | 1111 | 101110 | 0 | 1011 | 100011000 | 1000000 | 1000100 |
Color Harmonies of #C07AE2
Complementary color
Monochromatic Colors of #C07AE2
Black with #C07AE2
Text Example
Text Example
White with #C07AE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07AE2; }
p { color: rgb(192,122,226); }
H1.HeaderClassName
{
color: #C07AE2;
}
.AnyTagClassName
{
color: #C07AE2;
}
</style>
background-color css
<style>
a { background-color: #C07AE2; }
a { background-color: rgb(192,122,226); }
div.DivClassName
{
background-color: #C07AE2;
}
.BgClassName
{
background-color: #C07AE2;
}
</style>
border-color css
<style>
span { border-color: #C07AE2; }
span { border-color: rgb(192,122,226); }
td.TdClassName
{
border-color: #C07AE2;
}
.TagClassName
{
border-color: #C07AE2;
}
</style>