Shades of Wisteria #D08FE6
Tints of Wisteria #D08FE6
RGB
CMYK
RGB Variations
Color information
#D08FE6 (or 0xD08FE6) is known color: Wisteria. HEX triplet: D0, 8F and E6. RGB value is (208,143,230). Sum of RGB (Red+Green+Blue) = 208+143+230=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 143 (56.25% from 255 or 24.61% from 581); Blue value is 230 (90.23% from 255 or 39.59% from 581); Max value from RGB is 230 - color contains mainly: blue. Hex color #D08FE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08FE6 is #2F7019. Grayscale: #ACACAC. Windows color (decimal): -3108890 or 15110096. OLE color: 15110096.
HSL color Cylindrical-coordinate representation of color #D08FE6: hue angle of 284.83º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D08FE6 is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 143 | 230 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.10 |
| HSL | 284.83º | 0.64% | 0.73% | - |
| HSV(B) | 284.83º | 0.38% | 0.9% | - |
| XYZ | 50.12 | 38.77 | 79.7 | - |
| YUV | 172.35 | 160.53 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 143 | 230 | 0.10 | 0.38 | 0 | 0.10 | 284.83 | 0.64 | 0.73 |
| Hex | D0 | 8F | E6 | A | 26 | 0 | A | 11D | 40 | 49 |
| Octal | 320 | 217 | 346 | 12 | 46 | 0 | 12 | 435 | 100 | 111 |
| Binary | 11010000 | 10001111 | 11100110 | 1010 | 100110 | 0 | 1010 | 100011101 | 1000000 | 1001001 |
Color Harmonies of #D08FE6
Complementary color
Monochromatic Colors of #D08FE6
Black with #D08FE6
Text Example
Text Example
White with #D08FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08FE6; }
p { color: rgb(208,143,230); }
H1.HeaderClassName
{
color: #D08FE6;
}
.AnyTagClassName
{
color: #D08FE6;
}
</style>
background-color css
<style>
a { background-color: #D08FE6; }
a { background-color: rgb(208,143,230); }
div.DivClassName
{
background-color: #D08FE6;
}
.BgClassName
{
background-color: #D08FE6;
}
</style>
border-color css
<style>
span { border-color: #D08FE6; }
span { border-color: rgb(208,143,230); }
td.TdClassName
{
border-color: #D08FE6;
}
.TagClassName
{
border-color: #D08FE6;
}
</style>