Shades of Wisteria #D493EE
Tints of Wisteria #D493EE
RGB
CMYK
RGB Variations
Color information
#D493EE (or 0xD493EE) is known color: Wisteria. HEX triplet: D4, 93 and EE. RGB value is (212,147,238). Sum of RGB (Red+Green+Blue) = 212+147+238=597 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.51% from 597); Green value is 147 (57.81% from 255 or 24.62% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 238 - color contains mainly: blue. Hex color #D493EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D493EE is #2B6C11. Grayscale: #B0B0B0. Windows color (decimal): -2845714 or 15635412. OLE color: 15635412.
HSL color Cylindrical-coordinate representation of color #D493EE: hue angle of 282.86º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D493EE is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 147 | 238 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.07 |
| HSL | 282.86º | 0.73% | 0.75% | - |
| HSV(B) | 282.86º | 0.38% | 0.93% | - |
| XYZ | 53.02 | 41.04 | 86.02 | - |
| YUV | 176.81 | 162.53 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 147 | 238 | 0.11 | 0.38 | 0 | 0.07 | 282.86 | 0.73 | 0.75 |
| Hex | D4 | 93 | EE | B | 26 | 0 | 7 | 11B | 49 | 4B |
| Octal | 324 | 223 | 356 | 13 | 46 | 0 | 7 | 433 | 111 | 113 |
| Binary | 11010100 | 10010011 | 11101110 | 1011 | 100110 | 0 | 111 | 100011011 | 1001001 | 1001011 |
Color Harmonies of #D493EE
Complementary color
Monochromatic Colors of #D493EE
Black with #D493EE
Text Example
Text Example
White with #D493EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D493EE; }
p { color: rgb(212,147,238); }
H1.HeaderClassName
{
color: #D493EE;
}
.AnyTagClassName
{
color: #D493EE;
}
</style>
background-color css
<style>
a { background-color: #D493EE; }
a { background-color: rgb(212,147,238); }
div.DivClassName
{
background-color: #D493EE;
}
.BgClassName
{
background-color: #D493EE;
}
</style>
border-color css
<style>
span { border-color: #D493EE; }
span { border-color: rgb(212,147,238); }
td.TdClassName
{
border-color: #D493EE;
}
.TagClassName
{
border-color: #D493EE;
}
</style>