Shades of Wisteria #D69EF0
Tints of Wisteria #D69EF0
RGB
CMYK
RGB Variations
Color information
#D69EF0 (or 0xD69EF0) is known color: Wisteria. HEX triplet: D6, 9E and F0. RGB value is (214,158,240). Sum of RGB (Red+Green+Blue) = 214+158+240=612 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.97% from 612); Green value is 158 (62.11% from 255 or 25.82% 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 #D69EF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69EF0 is #29610F. Grayscale: #B7B7B7. Windows color (decimal): -2711824 or 15769302. OLE color: 15769302.
HSL color Cylindrical-coordinate representation of color #D69EF0: hue angle of 280.98º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D69EF0 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 158 | 240 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.06 |
| HSL | 280.98º | 0.73% | 0.78% | - |
| HSV(B) | 280.98º | 0.34% | 0.94% | - |
| XYZ | 55.69 | 45.04 | 88.2 | - |
| YUV | 184.09 | 159.55 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 158 | 240 | 0.11 | 0.34 | 0 | 0.06 | 280.98 | 0.73 | 0.78 |
| Hex | D6 | 9E | F0 | B | 22 | 0 | 6 | 119 | 49 | 4E |
| Octal | 326 | 236 | 360 | 13 | 42 | 0 | 6 | 431 | 111 | 116 |
| Binary | 11010110 | 10011110 | 11110000 | 1011 | 100010 | 0 | 110 | 100011001 | 1001001 | 1001110 |
Color Harmonies of #D69EF0
Complementary color
Monochromatic Colors of #D69EF0
Black with #D69EF0
Text Example
Text Example
White with #D69EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69EF0; }
p { color: rgb(214,158,240); }
H1.HeaderClassName
{
color: #D69EF0;
}
.AnyTagClassName
{
color: #D69EF0;
}
</style>
background-color css
<style>
a { background-color: #D69EF0; }
a { background-color: rgb(214,158,240); }
div.DivClassName
{
background-color: #D69EF0;
}
.BgClassName
{
background-color: #D69EF0;
}
</style>
border-color css
<style>
span { border-color: #D69EF0; }
span { border-color: rgb(214,158,240); }
td.TdClassName
{
border-color: #D69EF0;
}
.TagClassName
{
border-color: #D69EF0;
}
</style>