Shades of Wisteria #D793EF
Tints of Wisteria #D793EF
RGB
CMYK
RGB Variations
Color information
#D793EF (or 0xD793EF) is known color: Wisteria. HEX triplet: D7, 93 and EF. RGB value is (215,147,239). Sum of RGB (Red+Green+Blue) = 215+147+239=601 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.77% from 601); Green value is 147 (57.81% from 255 or 24.46% from 601); Blue value is 239 (93.75% from 255 or 39.77% from 601); Max value from RGB is 239 - color contains mainly: blue. Hex color #D793EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D793EF is #286C10. Grayscale: #B1B1B1. Windows color (decimal): -2649105 or 15700951. OLE color: 15700951.
HSL color Cylindrical-coordinate representation of color #D793EF: hue angle of 284.35º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D793EF is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 147 | 239 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.06 |
| HSL | 284.35º | 0.74% | 0.76% | - |
| HSV(B) | 284.35º | 0.38% | 0.94% | - |
| XYZ | 54.04 | 41.55 | 86.83 | - |
| YUV | 177.82 | 162.53 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 147 | 239 | 0.10 | 0.38 | 0 | 0.06 | 284.35 | 0.74 | 0.76 |
| Hex | D7 | 93 | EF | A | 26 | 0 | 6 | 11C | 4A | 4C |
| Octal | 327 | 223 | 357 | 12 | 46 | 0 | 6 | 434 | 112 | 114 |
| Binary | 11010111 | 10010011 | 11101111 | 1010 | 100110 | 0 | 110 | 100011100 | 1001010 | 1001100 |
Color Harmonies of #D793EF
Complementary color
Monochromatic Colors of #D793EF
Black with #D793EF
Text Example
Text Example
White with #D793EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D793EF; }
p { color: rgb(215,147,239); }
H1.HeaderClassName
{
color: #D793EF;
}
.AnyTagClassName
{
color: #D793EF;
}
</style>
background-color css
<style>
a { background-color: #D793EF; }
a { background-color: rgb(215,147,239); }
div.DivClassName
{
background-color: #D793EF;
}
.BgClassName
{
background-color: #D793EF;
}
</style>
border-color css
<style>
span { border-color: #D793EF; }
span { border-color: rgb(215,147,239); }
td.TdClassName
{
border-color: #D793EF;
}
.TagClassName
{
border-color: #D793EF;
}
</style>