Shades of Wisteria #D194ED
Tints of Wisteria #D194ED
RGB
CMYK
RGB Variations
Color information
#D194ED (or 0xD194ED) is known color: Wisteria. HEX triplet: D1, 94 and ED. RGB value is (209,148,237). Sum of RGB (Red+Green+Blue) = 209+148+237=594 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.19% from 594); Green value is 148 (58.20% from 255 or 24.92% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 237 - color contains mainly: blue. Hex color #D194ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D194ED is #2E6B12. Grayscale: #B0B0B0. Windows color (decimal): -3042067 or 15570129. OLE color: 15570129.
HSL color Cylindrical-coordinate representation of color #D194ED: hue angle of 281.12º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D194ED is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 148 | 237 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.07 |
| HSL | 281.12º | 0.71% | 0.75% | - |
| HSV(B) | 281.12º | 0.38% | 0.93% | - |
| XYZ | 52.17 | 40.85 | 85.26 | - |
| YUV | 176.39 | 162.21 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 148 | 237 | 0.12 | 0.38 | 0 | 0.07 | 281.12 | 0.71 | 0.75 |
| Hex | D1 | 94 | ED | C | 26 | 0 | 7 | 119 | 47 | 4B |
| Octal | 321 | 224 | 355 | 14 | 46 | 0 | 7 | 431 | 107 | 113 |
| Binary | 11010001 | 10010100 | 11101101 | 1100 | 100110 | 0 | 111 | 100011001 | 1000111 | 1001011 |
Color Harmonies of #D194ED
Complementary color
Monochromatic Colors of #D194ED
Black with #D194ED
Text Example
Text Example
White with #D194ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D194ED; }
p { color: rgb(209,148,237); }
H1.HeaderClassName
{
color: #D194ED;
}
.AnyTagClassName
{
color: #D194ED;
}
</style>
background-color css
<style>
a { background-color: #D194ED; }
a { background-color: rgb(209,148,237); }
div.DivClassName
{
background-color: #D194ED;
}
.BgClassName
{
background-color: #D194ED;
}
</style>
border-color css
<style>
span { border-color: #D194ED; }
span { border-color: rgb(209,148,237); }
td.TdClassName
{
border-color: #D194ED;
}
.TagClassName
{
border-color: #D194ED;
}
</style>