Shades of Wisteria #D78FED
Tints of Wisteria #D78FED
RGB
CMYK
RGB Variations
Color information
#D78FED (or 0xD78FED) is known color: Wisteria. HEX triplet: D7, 8F and ED. RGB value is (215,143,237). Sum of RGB (Red+Green+Blue) = 215+143+237=595 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.13% from 595); Green value is 143 (56.25% from 255 or 24.03% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 237 - color contains mainly: blue. Hex color #D78FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D78FED is #287012. Grayscale: #AEAEAE. Windows color (decimal): -2650131 or 15568855. OLE color: 15568855.
HSL color Cylindrical-coordinate representation of color #D78FED: hue angle of 285.96º degrees, saturation: 0.72, 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 #D78FED is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 143 | 237 | - |
| CMYK | 0.09 | 0.40 | 0 | 0.07 |
| HSL | 285.96º | 0.72% | 0.75% | - |
| HSV(B) | 285.96º | 0.4% | 0.93% | - |
| XYZ | 53.13 | 40.21 | 85.08 | - |
| YUV | 175.24 | 162.85 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 143 | 237 | 0.09 | 0.40 | 0 | 0.07 | 285.96 | 0.72 | 0.75 |
| Hex | D7 | 8F | ED | 9 | 28 | 0 | 7 | 11E | 48 | 4B |
| Octal | 327 | 217 | 355 | 11 | 50 | 0 | 7 | 436 | 110 | 113 |
| Binary | 11010111 | 10001111 | 11101101 | 1001 | 101000 | 0 | 111 | 100011110 | 1001000 | 1001011 |
Color Harmonies of #D78FED
Complementary color
Monochromatic Colors of #D78FED
Black with #D78FED
Text Example
Text Example
White with #D78FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78FED; }
p { color: rgb(215,143,237); }
H1.HeaderClassName
{
color: #D78FED;
}
.AnyTagClassName
{
color: #D78FED;
}
</style>
background-color css
<style>
a { background-color: #D78FED; }
a { background-color: rgb(215,143,237); }
div.DivClassName
{
background-color: #D78FED;
}
.BgClassName
{
background-color: #D78FED;
}
</style>
border-color css
<style>
span { border-color: #D78FED; }
span { border-color: rgb(215,143,237); }
td.TdClassName
{
border-color: #D78FED;
}
.TagClassName
{
border-color: #D78FED;
}
</style>