Shades of Wisteria #D094E7
Tints of Wisteria #D094E7
RGB
CMYK
RGB Variations
Color information
#D094E7 (or 0xD094E7) is known color: Wisteria. HEX triplet: D0, 94 and E7. RGB value is (208,148,231). Sum of RGB (Red+Green+Blue) = 208+148+231=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 148 (58.20% from 255 or 25.21% from 587); Blue value is 231 (90.62% from 255 or 39.35% from 587); Max value from RGB is 231 - color contains mainly: blue. Hex color #D094E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D094E7 is #2F6B18. Grayscale: #AFAFAF. Windows color (decimal): -3107609 or 15176912. OLE color: 15176912.
HSL color Cylindrical-coordinate representation of color #D094E7: hue angle of 283.37º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D094E7 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 148 | 231 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.09 |
| HSL | 283.37º | 0.63% | 0.74% | - |
| HSV(B) | 283.37º | 0.36% | 0.91% | - |
| XYZ | 51.03 | 40.36 | 80.7 | - |
| YUV | 175.4 | 159.38 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 148 | 231 | 0.10 | 0.36 | 0 | 0.09 | 283.37 | 0.63 | 0.74 |
| Hex | D0 | 94 | E7 | A | 24 | 0 | 9 | 11B | 3F | 4A |
| Octal | 320 | 224 | 347 | 12 | 44 | 0 | 11 | 433 | 77 | 112 |
| Binary | 11010000 | 10010100 | 11100111 | 1010 | 100100 | 0 | 1001 | 100011011 | 111111 | 1001010 |
Color Harmonies of #D094E7
Complementary color
Monochromatic Colors of #D094E7
Black with #D094E7
Text Example
Text Example
White with #D094E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D094E7; }
p { color: rgb(208,148,231); }
H1.HeaderClassName
{
color: #D094E7;
}
.AnyTagClassName
{
color: #D094E7;
}
</style>
background-color css
<style>
a { background-color: #D094E7; }
a { background-color: rgb(208,148,231); }
div.DivClassName
{
background-color: #D094E7;
}
.BgClassName
{
background-color: #D094E7;
}
</style>
border-color css
<style>
span { border-color: #D094E7; }
span { border-color: rgb(208,148,231); }
td.TdClassName
{
border-color: #D094E7;
}
.TagClassName
{
border-color: #D094E7;
}
</style>