Shades of Wisteria #D79DF0
Tints of Wisteria #D79DF0
RGB
CMYK
RGB Variations
Color information
#D79DF0 (or 0xD79DF0) is known color: Wisteria. HEX triplet: D7, 9D and F0. RGB value is (215,157,240). Sum of RGB (Red+Green+Blue) = 215+157+240=612 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.13% from 612); Green value is 157 (61.72% from 255 or 25.65% from 612); Blue value is 240 (94.14% from 255 or 39.22% from 612); Max value from RGB is 240 - color contains mainly: blue. Hex color #D79DF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D79DF0 is #28620F. Grayscale: #B7B7B7. Windows color (decimal): -2646544 or 15769047. OLE color: 15769047.
HSL color Cylindrical-coordinate representation of color #D79DF0: hue angle of 281.93º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D79DF0 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 157 | 240 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.06 |
| HSL | 281.93º | 0.73% | 0.78% | - |
| HSV(B) | 281.93º | 0.35% | 0.94% | - |
| XYZ | 55.81 | 44.85 | 88.15 | - |
| YUV | 183.8 | 159.72 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 157 | 240 | 0.10 | 0.35 | 0 | 0.06 | 281.93 | 0.73 | 0.78 |
| Hex | D7 | 9D | F0 | A | 23 | 0 | 6 | 11A | 49 | 4E |
| Octal | 327 | 235 | 360 | 12 | 43 | 0 | 6 | 432 | 111 | 116 |
| Binary | 11010111 | 10011101 | 11110000 | 1010 | 100011 | 0 | 110 | 100011010 | 1001001 | 1001110 |
Color Harmonies of #D79DF0
Complementary color
Monochromatic Colors of #D79DF0
Black with #D79DF0
Text Example
Text Example
White with #D79DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79DF0; }
p { color: rgb(215,157,240); }
H1.HeaderClassName
{
color: #D79DF0;
}
.AnyTagClassName
{
color: #D79DF0;
}
</style>
background-color css
<style>
a { background-color: #D79DF0; }
a { background-color: rgb(215,157,240); }
div.DivClassName
{
background-color: #D79DF0;
}
.BgClassName
{
background-color: #D79DF0;
}
</style>
border-color css
<style>
span { border-color: #D79DF0; }
span { border-color: rgb(215,157,240); }
td.TdClassName
{
border-color: #D79DF0;
}
.TagClassName
{
border-color: #D79DF0;
}
</style>