Shades of Wisteria #C07ADF
Tints of Wisteria #C07ADF
RGB
CMYK
RGB Variations
Color information
#C07ADF (or 0xC07ADF) is known color: Wisteria. HEX triplet: C0, 7A and DF. RGB value is (192,122,223). Sum of RGB (Red+Green+Blue) = 192+122+223=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 122 (48.05% from 255 or 22.72% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #C07ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07ADF is #3F8520. Grayscale: #9A9A9A. Windows color (decimal): -4162849 or 14645952. OLE color: 14645952.
HSL color Cylindrical-coordinate representation of color #C07ADF: hue angle of 281.58º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C07ADF is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 122 | 223 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.13 |
| HSL | 281.58º | 0.61% | 0.68% | - |
| HSV(B) | 281.58º | 0.45% | 0.87% | - |
| XYZ | 42.02 | 30.45 | 73.48 | - |
| YUV | 154.44 | 166.69 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 223 | 0.14 | 0.45 | 0 | 0.13 | 281.58 | 0.61 | 0.68 |
| Hex | C0 | 7A | DF | E | 2D | 0 | D | 11A | 3D | 44 |
| Octal | 300 | 172 | 337 | 16 | 55 | 0 | 15 | 432 | 75 | 104 |
| Binary | 11000000 | 1111010 | 11011111 | 1110 | 101101 | 0 | 1101 | 100011010 | 111101 | 1000100 |
Color Harmonies of #C07ADF
Complementary color
Monochromatic Colors of #C07ADF
Black with #C07ADF
Text Example
Text Example
White with #C07ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07ADF; }
p { color: rgb(192,122,223); }
H1.HeaderClassName
{
color: #C07ADF;
}
.AnyTagClassName
{
color: #C07ADF;
}
</style>
background-color css
<style>
a { background-color: #C07ADF; }
a { background-color: rgb(192,122,223); }
div.DivClassName
{
background-color: #C07ADF;
}
.BgClassName
{
background-color: #C07ADF;
}
</style>
border-color css
<style>
span { border-color: #C07ADF; }
span { border-color: rgb(192,122,223); }
td.TdClassName
{
border-color: #C07ADF;
}
.TagClassName
{
border-color: #C07ADF;
}
</style>