Shades of Wisteria #D790EE
Tints of Wisteria #D790EE
RGB
CMYK
RGB Variations
Color information
#D790EE (or 0xD790EE) is known color: Wisteria. HEX triplet: D7, 90 and EE. RGB value is (215,144,238). Sum of RGB (Red+Green+Blue) = 215+144+238=597 (79% of max value = 765). Red value is 215 (84.38% from 255 or 36.01% from 597); Green value is 144 (56.64% from 255 or 24.12% 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 #D790EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D790EE is #286F11. Grayscale: #AFAFAF. Windows color (decimal): -2649874 or 15634647. OLE color: 15634647.
HSL color Cylindrical-coordinate representation of color #D790EE: hue angle of 285.32º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D790EE is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 144 | 238 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.07 |
| HSL | 285.32º | 0.73% | 0.75% | - |
| HSV(B) | 285.32º | 0.39% | 0.93% | - |
| XYZ | 53.43 | 40.57 | 85.9 | - |
| YUV | 175.95 | 163.02 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 144 | 238 | 0.10 | 0.39 | 0 | 0.07 | 285.32 | 0.73 | 0.75 |
| Hex | D7 | 90 | EE | A | 27 | 0 | 7 | 11D | 49 | 4B |
| Octal | 327 | 220 | 356 | 12 | 47 | 0 | 7 | 435 | 111 | 113 |
| Binary | 11010111 | 10010000 | 11101110 | 1010 | 100111 | 0 | 111 | 100011101 | 1001001 | 1001011 |
Color Harmonies of #D790EE
Complementary color
Monochromatic Colors of #D790EE
Black with #D790EE
Text Example
Text Example
White with #D790EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D790EE; }
p { color: rgb(215,144,238); }
H1.HeaderClassName
{
color: #D790EE;
}
.AnyTagClassName
{
color: #D790EE;
}
</style>
background-color css
<style>
a { background-color: #D790EE; }
a { background-color: rgb(215,144,238); }
div.DivClassName
{
background-color: #D790EE;
}
.BgClassName
{
background-color: #D790EE;
}
</style>
border-color css
<style>
span { border-color: #D790EE; }
span { border-color: rgb(215,144,238); }
td.TdClassName
{
border-color: #D790EE;
}
.TagClassName
{
border-color: #D790EE;
}
</style>