Shades of Wisteria #C78ADD
Tints of Wisteria #C78ADD
RGB
CMYK
RGB Variations
Color information
#C78ADD (or 0xC78ADD) is known color: Wisteria. HEX triplet: C7, 8A and DD. RGB value is (199,138,221). Sum of RGB (Red+Green+Blue) = 199+138+221=558 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.66% from 558); Green value is 138 (54.30% from 255 or 24.73% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #C78ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C78ADD is #387522. Grayscale: #A5A5A5. Windows color (decimal): -3700003 or 14518983. OLE color: 14518983.
HSL color Cylindrical-coordinate representation of color #C78ADD: hue angle of 284.1º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C78ADD is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 138 | 221 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.13 |
| HSL | 284.1º | 0.55% | 0.7% | - |
| HSV(B) | 284.1º | 0.38% | 0.87% | - |
| XYZ | 45.69 | 35.54 | 72.86 | - |
| YUV | 165.7 | 159.21 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 138 | 221 | 0.10 | 0.38 | 0 | 0.13 | 284.1 | 0.55 | 0.7 |
| Hex | C7 | 8A | DD | A | 26 | 0 | D | 11C | 37 | 46 |
| Octal | 307 | 212 | 335 | 12 | 46 | 0 | 15 | 434 | 67 | 106 |
| Binary | 11000111 | 10001010 | 11011101 | 1010 | 100110 | 0 | 1101 | 100011100 | 110111 | 1000110 |
Color Harmonies of #C78ADD
Complementary color
Monochromatic Colors of #C78ADD
Black with #C78ADD
Text Example
Text Example
White with #C78ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78ADD; }
p { color: rgb(199,138,221); }
H1.HeaderClassName
{
color: #C78ADD;
}
.AnyTagClassName
{
color: #C78ADD;
}
</style>
background-color css
<style>
a { background-color: #C78ADD; }
a { background-color: rgb(199,138,221); }
div.DivClassName
{
background-color: #C78ADD;
}
.BgClassName
{
background-color: #C78ADD;
}
</style>
border-color css
<style>
span { border-color: #C78ADD; }
span { border-color: rgb(199,138,221); }
td.TdClassName
{
border-color: #C78ADD;
}
.TagClassName
{
border-color: #C78ADD;
}
</style>