Shades of Wisteria #C07ADE
Tints of Wisteria #C07ADE
RGB
CMYK
RGB Variations
Color information
#C07ADE (or 0xC07ADE) is known color: Wisteria. HEX triplet: C0, 7A and DE. RGB value is (192,122,222). Sum of RGB (Red+Green+Blue) = 192+122+222=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 122 (48.05% from 255 or 22.76% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #C07ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07ADE is #3F8521. Grayscale: #9A9A9A. Windows color (decimal): -4162850 or 14580416. OLE color: 14580416.
HSL color Cylindrical-coordinate representation of color #C07ADE: hue angle of 282º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C07ADE is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 122 | 222 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.13 |
| HSL | 282º | 0.6% | 0.67% | - |
| HSV(B) | 282º | 0.45% | 0.87% | - |
| XYZ | 41.88 | 30.4 | 72.77 | - |
| YUV | 154.33 | 166.19 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 222 | 0.14 | 0.45 | 0 | 0.13 | 282 | 0.6 | 0.67 |
| Hex | C0 | 7A | DE | E | 2D | 0 | D | 11A | 3C | 43 |
| Octal | 300 | 172 | 336 | 16 | 55 | 0 | 15 | 432 | 74 | 103 |
| Binary | 11000000 | 1111010 | 11011110 | 1110 | 101101 | 0 | 1101 | 100011010 | 111100 | 1000011 |
Color Harmonies of #C07ADE
Complementary color
Monochromatic Colors of #C07ADE
Black with #C07ADE
Text Example
Text Example
White with #C07ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07ADE; }
p { color: rgb(192,122,222); }
H1.HeaderClassName
{
color: #C07ADE;
}
.AnyTagClassName
{
color: #C07ADE;
}
</style>
background-color css
<style>
a { background-color: #C07ADE; }
a { background-color: rgb(192,122,222); }
div.DivClassName
{
background-color: #C07ADE;
}
.BgClassName
{
background-color: #C07ADE;
}
</style>
border-color css
<style>
span { border-color: #C07ADE; }
span { border-color: rgb(192,122,222); }
td.TdClassName
{
border-color: #C07ADE;
}
.TagClassName
{
border-color: #C07ADE;
}
</style>