Shades of Wisteria #D691EF
Tints of Wisteria #D691EF
RGB
CMYK
RGB Variations
Color information
#D691EF (or 0xD691EF) is known color: Wisteria. HEX triplet: D6, 91 and EF. RGB value is (214,145,239). Sum of RGB (Red+Green+Blue) = 214+145+239=598 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.79% from 598); Green value is 145 (57.03% from 255 or 24.25% from 598); Blue value is 239 (93.75% from 255 or 39.97% from 598); Max value from RGB is 239 - color contains mainly: blue. Hex color #D691EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D691EF is #296E10. Grayscale: #B0B0B0. Windows color (decimal): -2715153 or 15700438. OLE color: 15700438.
HSL color Cylindrical-coordinate representation of color #D691EF: hue angle of 284.04º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D691EF is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 145 | 239 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.06 |
| HSL | 284.04º | 0.75% | 0.75% | - |
| HSV(B) | 284.04º | 0.39% | 0.94% | - |
| XYZ | 53.44 | 40.78 | 86.72 | - |
| YUV | 176.35 | 163.36 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 145 | 239 | 0.10 | 0.39 | 0 | 0.06 | 284.04 | 0.75 | 0.75 |
| Hex | D6 | 91 | EF | A | 27 | 0 | 6 | 11C | 4B | 4B |
| Octal | 326 | 221 | 357 | 12 | 47 | 0 | 6 | 434 | 113 | 113 |
| Binary | 11010110 | 10010001 | 11101111 | 1010 | 100111 | 0 | 110 | 100011100 | 1001011 | 1001011 |
Color Harmonies of #D691EF
Complementary color
Monochromatic Colors of #D691EF
Black with #D691EF
Text Example
Text Example
White with #D691EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D691EF; }
p { color: rgb(214,145,239); }
H1.HeaderClassName
{
color: #D691EF;
}
.AnyTagClassName
{
color: #D691EF;
}
</style>
background-color css
<style>
a { background-color: #D691EF; }
a { background-color: rgb(214,145,239); }
div.DivClassName
{
background-color: #D691EF;
}
.BgClassName
{
background-color: #D691EF;
}
</style>
border-color css
<style>
span { border-color: #D691EF; }
span { border-color: rgb(214,145,239); }
td.TdClassName
{
border-color: #D691EF;
}
.TagClassName
{
border-color: #D691EF;
}
</style>