Shades of Wisteria #D78EEE
Tints of Wisteria #D78EEE
RGB
CMYK
RGB Variations
Color information
#D78EEE (or 0xD78EEE) is known color: Wisteria. HEX triplet: D7, 8E and EE. RGB value is (215,142,238). Sum of RGB (Red+Green+Blue) = 215+142+238=595 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.13% from 595); Green value is 142 (55.86% from 255 or 23.87% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #D78EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D78EEE is #287111. Grayscale: #AEAEAE. Windows color (decimal): -2650386 or 15634135. OLE color: 15634135.
HSL color Cylindrical-coordinate representation of color #D78EEE: hue angle of 285.62º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D78EEE is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 142 | 238 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.07 |
| HSL | 285.63º | 0.74% | 0.75% | - |
| HSV(B) | 285.63º | 0.4% | 0.93% | - |
| XYZ | 53.13 | 39.97 | 85.8 | - |
| YUV | 174.77 | 163.68 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 142 | 238 | 0.10 | 0.40 | 0 | 0.07 | 285.63 | 0.74 | 0.75 |
| Hex | D7 | 8E | EE | A | 28 | 0 | 7 | 11E | 4A | 4B |
| Octal | 327 | 216 | 356 | 12 | 50 | 0 | 7 | 436 | 112 | 113 |
| Binary | 11010111 | 10001110 | 11101110 | 1010 | 101000 | 0 | 111 | 100011110 | 1001010 | 1001011 |
Color Harmonies of #D78EEE
Complementary color
Monochromatic Colors of #D78EEE
Black with #D78EEE
Text Example
Text Example
White with #D78EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78EEE; }
p { color: rgb(215,142,238); }
H1.HeaderClassName
{
color: #D78EEE;
}
.AnyTagClassName
{
color: #D78EEE;
}
</style>
background-color css
<style>
a { background-color: #D78EEE; }
a { background-color: rgb(215,142,238); }
div.DivClassName
{
background-color: #D78EEE;
}
.BgClassName
{
background-color: #D78EEE;
}
</style>
border-color css
<style>
span { border-color: #D78EEE; }
span { border-color: rgb(215,142,238); }
td.TdClassName
{
border-color: #D78EEE;
}
.TagClassName
{
border-color: #D78EEE;
}
</style>