Shades of Wisteria #D79FEC
Tints of Wisteria #D79FEC
RGB
CMYK
RGB Variations
Color information
#D79FEC (or 0xD79FEC) is known color: Wisteria. HEX triplet: D7, 9F and EC. RGB value is (215,159,236). Sum of RGB (Red+Green+Blue) = 215+159+236=610 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.25% from 610); Green value is 159 (62.5% from 255 or 26.07% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #D79FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D79FEC is #286013. Grayscale: #B8B8B8. Windows color (decimal): -2646036 or 15507415. OLE color: 15507415.
HSL color Cylindrical-coordinate representation of color #D79FEC: hue angle of 283.64º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D79FEC is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 159 | 236 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.07 |
| HSL | 283.64º | 0.67% | 0.77% | - |
| HSV(B) | 283.64º | 0.33% | 0.93% | - |
| XYZ | 55.56 | 45.3 | 85.17 | - |
| YUV | 184.52 | 157.05 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 159 | 236 | 0.09 | 0.33 | 0 | 0.07 | 283.64 | 0.67 | 0.77 |
| Hex | D7 | 9F | EC | 9 | 21 | 0 | 7 | 11C | 43 | 4D |
| Octal | 327 | 237 | 354 | 11 | 41 | 0 | 7 | 434 | 103 | 115 |
| Binary | 11010111 | 10011111 | 11101100 | 1001 | 100001 | 0 | 111 | 100011100 | 1000011 | 1001101 |
Color Harmonies of #D79FEC
Complementary color
Monochromatic Colors of #D79FEC
Black with #D79FEC
Text Example
Text Example
White with #D79FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79FEC; }
p { color: rgb(215,159,236); }
H1.HeaderClassName
{
color: #D79FEC;
}
.AnyTagClassName
{
color: #D79FEC;
}
</style>
background-color css
<style>
a { background-color: #D79FEC; }
a { background-color: rgb(215,159,236); }
div.DivClassName
{
background-color: #D79FEC;
}
.BgClassName
{
background-color: #D79FEC;
}
</style>
border-color css
<style>
span { border-color: #D79FEC; }
span { border-color: rgb(215,159,236); }
td.TdClassName
{
border-color: #D79FEC;
}
.TagClassName
{
border-color: #D79FEC;
}
</style>