Shades of Wisteria #D78FF0
Tints of Wisteria #D78FF0
RGB
CMYK
RGB Variations
Color information
#D78FF0 (or 0xD78FF0) is known color: Wisteria. HEX triplet: D7, 8F and F0. RGB value is (215,143,240). Sum of RGB (Red+Green+Blue) = 215+143+240=598 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.95% from 598); Green value is 143 (56.25% from 255 or 23.91% from 598); Blue value is 240 (94.14% from 255 or 40.13% from 598); Max value from RGB is 240 - color contains mainly: blue. Hex color #D78FF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D78FF0 is #28700F. Grayscale: #AFAFAF. Windows color (decimal): -2650128 or 15765463. OLE color: 15765463.
HSL color Cylindrical-coordinate representation of color #D78FF0: hue angle of 284.54º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D78FF0 is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 143 | 240 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.06 |
| HSL | 284.54º | 0.76% | 0.75% | - |
| HSV(B) | 284.54º | 0.4% | 0.94% | - |
| XYZ | 53.57 | 40.38 | 87.41 | - |
| YUV | 175.59 | 164.35 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 143 | 240 | 0.10 | 0.40 | 0 | 0.06 | 284.54 | 0.76 | 0.75 |
| Hex | D7 | 8F | F0 | A | 28 | 0 | 6 | 11D | 4C | 4B |
| Octal | 327 | 217 | 360 | 12 | 50 | 0 | 6 | 435 | 114 | 113 |
| Binary | 11010111 | 10001111 | 11110000 | 1010 | 101000 | 0 | 110 | 100011101 | 1001100 | 1001011 |
Color Harmonies of #D78FF0
Complementary color
Monochromatic Colors of #D78FF0
Black with #D78FF0
Text Example
Text Example
White with #D78FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78FF0; }
p { color: rgb(215,143,240); }
H1.HeaderClassName
{
color: #D78FF0;
}
.AnyTagClassName
{
color: #D78FF0;
}
</style>
background-color css
<style>
a { background-color: #D78FF0; }
a { background-color: rgb(215,143,240); }
div.DivClassName
{
background-color: #D78FF0;
}
.BgClassName
{
background-color: #D78FF0;
}
</style>
border-color css
<style>
span { border-color: #D78FF0; }
span { border-color: rgb(215,143,240); }
td.TdClassName
{
border-color: #D78FF0;
}
.TagClassName
{
border-color: #D78FF0;
}
</style>