Shades of Wisteria #C07AE4
Tints of Wisteria #C07AE4
RGB
CMYK
RGB Variations
Color information
#C07AE4 (or 0xC07AE4) is known color: Wisteria. HEX triplet: C0, 7A and E4. RGB value is (192,122,228). Sum of RGB (Red+Green+Blue) = 192+122+228=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 122 (48.05% from 255 or 22.51% from 542); Blue value is 228 (89.45% from 255 or 42.07% from 542); Max value from RGB is 228 - color contains mainly: blue. Hex color #C07AE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07AE4 is #3F851B. Grayscale: #9A9A9A. Windows color (decimal): -4162844 or 14973632. OLE color: 14973632.
HSL color Cylindrical-coordinate representation of color #C07AE4: hue angle of 279.62º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C07AE4 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 122 | 228 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.11 |
| HSL | 279.62º | 0.66% | 0.69% | - |
| HSV(B) | 279.62º | 0.46% | 0.89% | - |
| XYZ | 42.7 | 30.73 | 77.08 | - |
| YUV | 155.01 | 169.19 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 228 | 0.16 | 0.46 | 0 | 0.11 | 279.62 | 0.66 | 0.69 |
| Hex | C0 | 7A | E4 | 10 | 2E | 0 | B | 118 | 42 | 45 |
| Octal | 300 | 172 | 344 | 20 | 56 | 0 | 13 | 430 | 102 | 105 |
| Binary | 11000000 | 1111010 | 11100100 | 10000 | 101110 | 0 | 1011 | 100011000 | 1000010 | 1000101 |
Color Harmonies of #C07AE4
Complementary color
Monochromatic Colors of #C07AE4
Black with #C07AE4
Text Example
Text Example
White with #C07AE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07AE4; }
p { color: rgb(192,122,228); }
H1.HeaderClassName
{
color: #C07AE4;
}
.AnyTagClassName
{
color: #C07AE4;
}
</style>
background-color css
<style>
a { background-color: #C07AE4; }
a { background-color: rgb(192,122,228); }
div.DivClassName
{
background-color: #C07AE4;
}
.BgClassName
{
background-color: #C07AE4;
}
</style>
border-color css
<style>
span { border-color: #C07AE4; }
span { border-color: rgb(192,122,228); }
td.TdClassName
{
border-color: #C07AE4;
}
.TagClassName
{
border-color: #C07AE4;
}
</style>