Shades of Wisteria #D096E6
Tints of Wisteria #D096E6
RGB
CMYK
RGB Variations
Color information
#D096E6 (or 0xD096E6) is known color: Wisteria. HEX triplet: D0, 96 and E6. RGB value is (208,150,230). Sum of RGB (Red+Green+Blue) = 208+150+230=588 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.37% from 588); Green value is 150 (58.98% from 255 or 25.51% from 588); Blue value is 230 (90.23% from 255 or 39.12% from 588); Max value from RGB is 230 - color contains mainly: blue. Hex color #D096E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D096E6 is #2F6919. Grayscale: #B0B0B0. Windows color (decimal): -3107098 or 15111888. OLE color: 15111888.
HSL color Cylindrical-coordinate representation of color #D096E6: hue angle of 283.5º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D096E6 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 150 | 230 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.10 |
| HSL | 283.5º | 0.62% | 0.75% | - |
| HSV(B) | 283.5º | 0.35% | 0.9% | - |
| XYZ | 51.2 | 40.94 | 80.07 | - |
| YUV | 176.46 | 158.22 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 150 | 230 | 0.10 | 0.35 | 0 | 0.10 | 283.5 | 0.62 | 0.75 |
| Hex | D0 | 96 | E6 | A | 23 | 0 | A | 11C | 3E | 4B |
| Octal | 320 | 226 | 346 | 12 | 43 | 0 | 12 | 434 | 76 | 113 |
| Binary | 11010000 | 10010110 | 11100110 | 1010 | 100011 | 0 | 1010 | 100011100 | 111110 | 1001011 |
Color Harmonies of #D096E6
Complementary color
Monochromatic Colors of #D096E6
Black with #D096E6
Text Example
Text Example
White with #D096E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D096E6; }
p { color: rgb(208,150,230); }
H1.HeaderClassName
{
color: #D096E6;
}
.AnyTagClassName
{
color: #D096E6;
}
</style>
background-color css
<style>
a { background-color: #D096E6; }
a { background-color: rgb(208,150,230); }
div.DivClassName
{
background-color: #D096E6;
}
.BgClassName
{
background-color: #D096E6;
}
</style>
border-color css
<style>
span { border-color: #D096E6; }
span { border-color: rgb(208,150,230); }
td.TdClassName
{
border-color: #D096E6;
}
.TagClassName
{
border-color: #D096E6;
}
</style>