Shades of Wisteria #C78BDD
Tints of Wisteria #C78BDD
RGB
CMYK
RGB Variations
Color information
#C78BDD (or 0xC78BDD) is known color: Wisteria. HEX triplet: C7, 8B and DD. RGB value is (199,139,221). Sum of RGB (Red+Green+Blue) = 199+139+221=559 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.60% from 559); Green value is 139 (54.69% from 255 or 24.87% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #C78BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C78BDD is #387422. Grayscale: #A6A6A6. Windows color (decimal): -3699747 or 14519239. OLE color: 14519239.
HSL color Cylindrical-coordinate representation of color #C78BDD: hue angle of 283.9º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C78BDD is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 139 | 221 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.13 |
| HSL | 283.9º | 0.55% | 0.71% | - |
| HSV(B) | 283.9º | 0.37% | 0.87% | - |
| XYZ | 45.84 | 35.83 | 72.91 | - |
| YUV | 166.29 | 158.88 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 139 | 221 | 0.10 | 0.37 | 0 | 0.13 | 283.9 | 0.55 | 0.71 |
| Hex | C7 | 8B | DD | A | 25 | 0 | D | 11C | 37 | 47 |
| Octal | 307 | 213 | 335 | 12 | 45 | 0 | 15 | 434 | 67 | 107 |
| Binary | 11000111 | 10001011 | 11011101 | 1010 | 100101 | 0 | 1101 | 100011100 | 110111 | 1000111 |
Color Harmonies of #C78BDD
Complementary color
Monochromatic Colors of #C78BDD
Black with #C78BDD
Text Example
Text Example
White with #C78BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78BDD; }
p { color: rgb(199,139,221); }
H1.HeaderClassName
{
color: #C78BDD;
}
.AnyTagClassName
{
color: #C78BDD;
}
</style>
background-color css
<style>
a { background-color: #C78BDD; }
a { background-color: rgb(199,139,221); }
div.DivClassName
{
background-color: #C78BDD;
}
.BgClassName
{
background-color: #C78BDD;
}
</style>
border-color css
<style>
span { border-color: #C78BDD; }
span { border-color: rgb(199,139,221); }
td.TdClassName
{
border-color: #C78BDD;
}
.TagClassName
{
border-color: #C78BDD;
}
</style>