Shades of Wisteria #D78FEC
Tints of Wisteria #D78FEC
RGB
CMYK
RGB Variations
Color information
#D78FEC (or 0xD78FEC) is known color: Wisteria. HEX triplet: D7, 8F and EC. RGB value is (215,143,236). Sum of RGB (Red+Green+Blue) = 215+143+236=594 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.20% from 594); Green value is 143 (56.25% from 255 or 24.07% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #D78FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D78FEC is #287013. Grayscale: #AEAEAE. Windows color (decimal): -2650132 or 15503319. OLE color: 15503319.
HSL color Cylindrical-coordinate representation of color #D78FEC: hue angle of 286.45º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D78FEC is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 143 | 236 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.07 |
| HSL | 286.45º | 0.71% | 0.74% | - |
| HSV(B) | 286.45º | 0.39% | 0.93% | - |
| XYZ | 52.99 | 40.15 | 84.31 | - |
| YUV | 175.13 | 162.35 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 143 | 236 | 0.09 | 0.39 | 0 | 0.07 | 286.45 | 0.71 | 0.74 |
| Hex | D7 | 8F | EC | 9 | 27 | 0 | 7 | 11E | 47 | 4A |
| Octal | 327 | 217 | 354 | 11 | 47 | 0 | 7 | 436 | 107 | 112 |
| Binary | 11010111 | 10001111 | 11101100 | 1001 | 100111 | 0 | 111 | 100011110 | 1000111 | 1001010 |
Color Harmonies of #D78FEC
Complementary color
Monochromatic Colors of #D78FEC
Black with #D78FEC
Text Example
Text Example
White with #D78FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78FEC; }
p { color: rgb(215,143,236); }
H1.HeaderClassName
{
color: #D78FEC;
}
.AnyTagClassName
{
color: #D78FEC;
}
</style>
background-color css
<style>
a { background-color: #D78FEC; }
a { background-color: rgb(215,143,236); }
div.DivClassName
{
background-color: #D78FEC;
}
.BgClassName
{
background-color: #D78FEC;
}
</style>
border-color css
<style>
span { border-color: #D78FEC; }
span { border-color: rgb(215,143,236); }
td.TdClassName
{
border-color: #D78FEC;
}
.TagClassName
{
border-color: #D78FEC;
}
</style>