Shades of Wisteria #D08FEE
Tints of Wisteria #D08FEE
RGB
CMYK
RGB Variations
Color information
#D08FEE (or 0xD08FEE) is known color: Wisteria. HEX triplet: D0, 8F and EE. RGB value is (208,143,238). Sum of RGB (Red+Green+Blue) = 208+143+238=589 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.31% from 589); Green value is 143 (56.25% from 255 or 24.28% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #D08FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08FEE is #2F7011. Grayscale: #ACACAC. Windows color (decimal): -3108882 or 15634384. OLE color: 15634384.
HSL color Cylindrical-coordinate representation of color #D08FEE: hue angle of 281.05º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D08FEE is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 143 | 238 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.07 |
| HSL | 281.05º | 0.74% | 0.75% | - |
| HSV(B) | 281.05º | 0.4% | 0.93% | - |
| XYZ | 51.27 | 39.23 | 85.76 | - |
| YUV | 173.27 | 164.53 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 143 | 238 | 0.13 | 0.40 | 0 | 0.07 | 281.05 | 0.74 | 0.75 |
| Hex | D0 | 8F | EE | D | 28 | 0 | 7 | 119 | 4A | 4B |
| Octal | 320 | 217 | 356 | 15 | 50 | 0 | 7 | 431 | 112 | 113 |
| Binary | 11010000 | 10001111 | 11101110 | 1101 | 101000 | 0 | 111 | 100011001 | 1001010 | 1001011 |
Color Harmonies of #D08FEE
Complementary color
Monochromatic Colors of #D08FEE
Black with #D08FEE
Text Example
Text Example
White with #D08FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08FEE; }
p { color: rgb(208,143,238); }
H1.HeaderClassName
{
color: #D08FEE;
}
.AnyTagClassName
{
color: #D08FEE;
}
</style>
background-color css
<style>
a { background-color: #D08FEE; }
a { background-color: rgb(208,143,238); }
div.DivClassName
{
background-color: #D08FEE;
}
.BgClassName
{
background-color: #D08FEE;
}
</style>
border-color css
<style>
span { border-color: #D08FEE; }
span { border-color: rgb(208,143,238); }
td.TdClassName
{
border-color: #D08FEE;
}
.TagClassName
{
border-color: #D08FEE;
}
</style>