Shades of Wisteria #C07ADC
Tints of Wisteria #C07ADC
RGB
CMYK
RGB Variations
Color information
#C07ADC (or 0xC07ADC) is known color: Wisteria. HEX triplet: C0, 7A and DC. RGB value is (192,122,220). Sum of RGB (Red+Green+Blue) = 192+122+220=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 122 (48.05% from 255 or 22.85% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #C07ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07ADC is #3F8523. Grayscale: #999999. Windows color (decimal): -4162852 or 14449344. OLE color: 14449344.
HSL color Cylindrical-coordinate representation of color #C07ADC: hue angle of 282.86º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C07ADC is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 122 | 220 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.14 |
| HSL | 282.86º | 0.58% | 0.67% | - |
| HSV(B) | 282.86º | 0.45% | 0.86% | - |
| XYZ | 41.62 | 30.29 | 71.36 | - |
| YUV | 154.1 | 165.19 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 220 | 0.13 | 0.45 | 0 | 0.14 | 282.86 | 0.58 | 0.67 |
| Hex | C0 | 7A | DC | D | 2D | 0 | E | 11B | 3A | 43 |
| Octal | 300 | 172 | 334 | 15 | 55 | 0 | 16 | 433 | 72 | 103 |
| Binary | 11000000 | 1111010 | 11011100 | 1101 | 101101 | 0 | 1110 | 100011011 | 111010 | 1000011 |
Color Harmonies of #C07ADC
Complementary color
Monochromatic Colors of #C07ADC
Black with #C07ADC
Text Example
Text Example
White with #C07ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07ADC; }
p { color: rgb(192,122,220); }
H1.HeaderClassName
{
color: #C07ADC;
}
.AnyTagClassName
{
color: #C07ADC;
}
</style>
background-color css
<style>
a { background-color: #C07ADC; }
a { background-color: rgb(192,122,220); }
div.DivClassName
{
background-color: #C07ADC;
}
.BgClassName
{
background-color: #C07ADC;
}
</style>
border-color css
<style>
span { border-color: #C07ADC; }
span { border-color: rgb(192,122,220); }
td.TdClassName
{
border-color: #C07ADC;
}
.TagClassName
{
border-color: #C07ADC;
}
</style>