Shades of Wisteria #D58FEC
Tints of Wisteria #D58FEC
RGB
CMYK
RGB Variations
Color information
#D58FEC (or 0xD58FEC) is known color: Wisteria. HEX triplet: D5, 8F and EC. RGB value is (213,143,236). Sum of RGB (Red+Green+Blue) = 213+143+236=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 143 (56.25% from 255 or 24.16% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #D58FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58FEC is #2A7013. Grayscale: #AEAEAE. Windows color (decimal): -2781204 or 15503317. OLE color: 15503317.
HSL color Cylindrical-coordinate representation of color #D58FEC: hue angle of 285.16º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D58FEC is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 143 | 236 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.07 |
| HSL | 285.16º | 0.71% | 0.74% | - |
| HSV(B) | 285.16º | 0.39% | 0.93% | - |
| XYZ | 52.4 | 39.85 | 84.29 | - |
| YUV | 174.53 | 162.69 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 143 | 236 | 0.10 | 0.39 | 0 | 0.07 | 285.16 | 0.71 | 0.74 |
| Hex | D5 | 8F | EC | A | 27 | 0 | 7 | 11D | 47 | 4A |
| Octal | 325 | 217 | 354 | 12 | 47 | 0 | 7 | 435 | 107 | 112 |
| Binary | 11010101 | 10001111 | 11101100 | 1010 | 100111 | 0 | 111 | 100011101 | 1000111 | 1001010 |
Color Harmonies of #D58FEC
Complementary color
Monochromatic Colors of #D58FEC
Black with #D58FEC
Text Example
Text Example
White with #D58FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58FEC; }
p { color: rgb(213,143,236); }
H1.HeaderClassName
{
color: #D58FEC;
}
.AnyTagClassName
{
color: #D58FEC;
}
</style>
background-color css
<style>
a { background-color: #D58FEC; }
a { background-color: rgb(213,143,236); }
div.DivClassName
{
background-color: #D58FEC;
}
.BgClassName
{
background-color: #D58FEC;
}
</style>
border-color css
<style>
span { border-color: #D58FEC; }
span { border-color: rgb(213,143,236); }
td.TdClassName
{
border-color: #D58FEC;
}
.TagClassName
{
border-color: #D58FEC;
}
</style>