Shades of Wisteria #D78DEB
Tints of Wisteria #D78DEB
RGB
CMYK
RGB Variations
Color information
#D78DEB (or 0xD78DEB) is known color: Wisteria. HEX triplet: D7, 8D and EB. RGB value is (215,141,235). Sum of RGB (Red+Green+Blue) = 215+141+235=591 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.38% from 591); Green value is 141 (55.47% from 255 or 23.86% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 235 - color contains mainly: blue. Hex color #D78DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D78DEB is #287214. Grayscale: #ADADAD. Windows color (decimal): -2650645 or 15437271. OLE color: 15437271.
HSL color Cylindrical-coordinate representation of color #D78DEB: hue angle of 287.23º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D78DEB is Cyan = 0.09, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 141 | 235 | - |
| CMYK | 0.09 | 0.4 | 0 | 0.08 |
| HSL | 287.23º | 0.7% | 0.74% | - |
| HSV(B) | 287.23º | 0.4% | 0.92% | - |
| XYZ | 52.54 | 39.49 | 83.45 | - |
| YUV | 173.84 | 162.52 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 141 | 235 | 0.09 | 0.4 | 0 | 0.08 | 287.23 | 0.7 | 0.74 |
| Hex | D7 | 8D | EB | 9 | 28 | 0 | 8 | 11F | 46 | 4A |
| Octal | 327 | 215 | 353 | 11 | 50 | 0 | 10 | 437 | 106 | 112 |
| Binary | 11010111 | 10001101 | 11101011 | 1001 | 101000 | 0 | 1000 | 100011111 | 1000110 | 1001010 |
Color Harmonies of #D78DEB
Complementary color
Monochromatic Colors of #D78DEB
Black with #D78DEB
Text Example
Text Example
White with #D78DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78DEB; }
p { color: rgb(215,141,235); }
H1.HeaderClassName
{
color: #D78DEB;
}
.AnyTagClassName
{
color: #D78DEB;
}
</style>
background-color css
<style>
a { background-color: #D78DEB; }
a { background-color: rgb(215,141,235); }
div.DivClassName
{
background-color: #D78DEB;
}
.BgClassName
{
background-color: #D78DEB;
}
</style>
border-color css
<style>
span { border-color: #D78DEB; }
span { border-color: rgb(215,141,235); }
td.TdClassName
{
border-color: #D78DEB;
}
.TagClassName
{
border-color: #D78DEB;
}
</style>