Shades of Wisteria #D196E4
Tints of Wisteria #D196E4
RGB
CMYK
RGB Variations
Color information
#D196E4 (or 0xD196E4) is known color: Wisteria. HEX triplet: D1, 96 and E4. RGB value is (209,150,228). Sum of RGB (Red+Green+Blue) = 209+150+228=587 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.60% from 587); Green value is 150 (58.98% from 255 or 25.55% from 587); Blue value is 228 (89.45% from 255 or 38.84% from 587); Max value from RGB is 228 - color contains mainly: blue. Hex color #D196E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D196E4 is #2E691B. Grayscale: #B0B0B0. Windows color (decimal): -3041564 or 14980817. OLE color: 14980817.
HSL color Cylindrical-coordinate representation of color #D196E4: hue angle of 285.38º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D196E4 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 150 | 228 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.11 |
| HSL | 285.38º | 0.59% | 0.74% | - |
| HSV(B) | 285.38º | 0.34% | 0.89% | - |
| XYZ | 51.2 | 40.97 | 78.61 | - |
| YUV | 176.53 | 157.05 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 150 | 228 | 0.08 | 0.34 | 0 | 0.11 | 285.38 | 0.59 | 0.74 |
| Hex | D1 | 96 | E4 | 8 | 22 | 0 | B | 11D | 3B | 4A |
| Octal | 321 | 226 | 344 | 10 | 42 | 0 | 13 | 435 | 73 | 112 |
| Binary | 11010001 | 10010110 | 11100100 | 1000 | 100010 | 0 | 1011 | 100011101 | 111011 | 1001010 |
Color Harmonies of #D196E4
Complementary color
Monochromatic Colors of #D196E4
Black with #D196E4
Text Example
Text Example
White with #D196E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D196E4; }
p { color: rgb(209,150,228); }
H1.HeaderClassName
{
color: #D196E4;
}
.AnyTagClassName
{
color: #D196E4;
}
</style>
background-color css
<style>
a { background-color: #D196E4; }
a { background-color: rgb(209,150,228); }
div.DivClassName
{
background-color: #D196E4;
}
.BgClassName
{
background-color: #D196E4;
}
</style>
border-color css
<style>
span { border-color: #D196E4; }
span { border-color: rgb(209,150,228); }
td.TdClassName
{
border-color: #D196E4;
}
.TagClassName
{
border-color: #D196E4;
}
</style>