Shades of Wisteria #D094E6
Tints of Wisteria #D094E6
RGB
CMYK
RGB Variations
Color information
#D094E6 (or 0xD094E6) is known color: Wisteria. HEX triplet: D0, 94 and E6. RGB value is (208,148,230). Sum of RGB (Red+Green+Blue) = 208+148+230=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 148 (58.20% from 255 or 25.26% from 586); Blue value is 230 (90.23% from 255 or 39.25% from 586); Max value from RGB is 230 - color contains mainly: blue. Hex color #D094E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D094E6 is #2F6B19. Grayscale: #AFAFAF. Windows color (decimal): -3107610 or 15111376. OLE color: 15111376.
HSL color Cylindrical-coordinate representation of color #D094E6: hue angle of 283.9º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D094E6 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 148 | 230 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.10 |
| HSL | 283.9º | 0.62% | 0.74% | - |
| HSV(B) | 283.9º | 0.36% | 0.9% | - |
| XYZ | 50.89 | 40.3 | 79.96 | - |
| YUV | 175.29 | 158.88 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 148 | 230 | 0.10 | 0.36 | 0 | 0.10 | 283.9 | 0.62 | 0.74 |
| Hex | D0 | 94 | E6 | A | 24 | 0 | A | 11C | 3E | 4A |
| Octal | 320 | 224 | 346 | 12 | 44 | 0 | 12 | 434 | 76 | 112 |
| Binary | 11010000 | 10010100 | 11100110 | 1010 | 100100 | 0 | 1010 | 100011100 | 111110 | 1001010 |
Color Harmonies of #D094E6
Complementary color
Monochromatic Colors of #D094E6
Black with #D094E6
Text Example
Text Example
White with #D094E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D094E6; }
p { color: rgb(208,148,230); }
H1.HeaderClassName
{
color: #D094E6;
}
.AnyTagClassName
{
color: #D094E6;
}
</style>
background-color css
<style>
a { background-color: #D094E6; }
a { background-color: rgb(208,148,230); }
div.DivClassName
{
background-color: #D094E6;
}
.BgClassName
{
background-color: #D094E6;
}
</style>
border-color css
<style>
span { border-color: #D094E6; }
span { border-color: rgb(208,148,230); }
td.TdClassName
{
border-color: #D094E6;
}
.TagClassName
{
border-color: #D094E6;
}
</style>