Shades of Wisteria #D48FEC
Tints of Wisteria #D48FEC
RGB
CMYK
RGB Variations
Color information
#D48FEC (or 0xD48FEC) is known color: Wisteria. HEX triplet: D4, 8F and EC. RGB value is (212,143,236). Sum of RGB (Red+Green+Blue) = 212+143+236=591 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.87% from 591); Green value is 143 (56.25% from 255 or 24.20% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 236 - color contains mainly: blue. Hex color #D48FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48FEC is #2B7013. Grayscale: #ADADAD. Windows color (decimal): -2846740 or 15503316. OLE color: 15503316.
HSL color Cylindrical-coordinate representation of color #D48FEC: hue angle of 284.52º 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 #D48FEC is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 143 | 236 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.07 |
| HSL | 284.52º | 0.71% | 0.74% | - |
| HSV(B) | 284.52º | 0.39% | 0.93% | - |
| XYZ | 52.11 | 39.7 | 84.27 | - |
| YUV | 174.23 | 162.86 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 143 | 236 | 0.10 | 0.39 | 0 | 0.07 | 284.52 | 0.71 | 0.74 |
| Hex | D4 | 8F | EC | A | 27 | 0 | 7 | 11D | 47 | 4A |
| Octal | 324 | 217 | 354 | 12 | 47 | 0 | 7 | 435 | 107 | 112 |
| Binary | 11010100 | 10001111 | 11101100 | 1010 | 100111 | 0 | 111 | 100011101 | 1000111 | 1001010 |
Color Harmonies of #D48FEC
Complementary color
Monochromatic Colors of #D48FEC
Black with #D48FEC
Text Example
Text Example
White with #D48FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48FEC; }
p { color: rgb(212,143,236); }
H1.HeaderClassName
{
color: #D48FEC;
}
.AnyTagClassName
{
color: #D48FEC;
}
</style>
background-color css
<style>
a { background-color: #D48FEC; }
a { background-color: rgb(212,143,236); }
div.DivClassName
{
background-color: #D48FEC;
}
.BgClassName
{
background-color: #D48FEC;
}
</style>
border-color css
<style>
span { border-color: #D48FEC; }
span { border-color: rgb(212,143,236); }
td.TdClassName
{
border-color: #D48FEC;
}
.TagClassName
{
border-color: #D48FEC;
}
</style>