Shades of Wisteria #D69FED
Tints of Wisteria #D69FED
RGB
CMYK
RGB Variations
Color information
#D69FED (or 0xD69FED) is known color: Wisteria. HEX triplet: D6, 9F and ED. RGB value is (214,159,237). Sum of RGB (Red+Green+Blue) = 214+159+237=610 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.08% from 610); Green value is 159 (62.5% from 255 or 26.07% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #D69FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69FED is #296012. Grayscale: #B8B8B8. Windows color (decimal): -2711571 or 15572950. OLE color: 15572950.
HSL color Cylindrical-coordinate representation of color #D69FED: hue angle of 282.31º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D69FED is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 159 | 237 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.07 |
| HSL | 282.31º | 0.68% | 0.78% | - |
| HSV(B) | 282.31º | 0.33% | 0.93% | - |
| XYZ | 55.42 | 45.21 | 85.93 | - |
| YUV | 184.34 | 157.72 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 159 | 237 | 0.10 | 0.33 | 0 | 0.07 | 282.31 | 0.68 | 0.78 |
| Hex | D6 | 9F | ED | A | 21 | 0 | 7 | 11A | 44 | 4E |
| Octal | 326 | 237 | 355 | 12 | 41 | 0 | 7 | 432 | 104 | 116 |
| Binary | 11010110 | 10011111 | 11101101 | 1010 | 100001 | 0 | 111 | 100011010 | 1000100 | 1001110 |
Color Harmonies of #D69FED
Complementary color
Monochromatic Colors of #D69FED
Black with #D69FED
Text Example
Text Example
White with #D69FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69FED; }
p { color: rgb(214,159,237); }
H1.HeaderClassName
{
color: #D69FED;
}
.AnyTagClassName
{
color: #D69FED;
}
</style>
background-color css
<style>
a { background-color: #D69FED; }
a { background-color: rgb(214,159,237); }
div.DivClassName
{
background-color: #D69FED;
}
.BgClassName
{
background-color: #D69FED;
}
</style>
border-color css
<style>
span { border-color: #D69FED; }
span { border-color: rgb(214,159,237); }
td.TdClassName
{
border-color: #D69FED;
}
.TagClassName
{
border-color: #D69FED;
}
</style>