Shades of Wisteria #D495EE
Tints of Wisteria #D495EE
RGB
CMYK
RGB Variations
Color information
#D495EE (or 0xD495EE) is known color: Wisteria. HEX triplet: D4, 95 and EE. RGB value is (212,149,238). Sum of RGB (Red+Green+Blue) = 212+149+238=599 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.39% from 599); Green value is 149 (58.59% from 255 or 24.87% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 238 - color contains mainly: blue. Hex color #D495EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D495EE is #2B6A11. Grayscale: #B1B1B1. Windows color (decimal): -2845202 or 15635924. OLE color: 15635924.
HSL color Cylindrical-coordinate representation of color #D495EE: hue angle of 282.47º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D495EE is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 149 | 238 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.07 |
| HSL | 282.47º | 0.72% | 0.76% | - |
| HSV(B) | 282.47º | 0.37% | 0.93% | - |
| XYZ | 53.33 | 41.66 | 86.12 | - |
| YUV | 177.98 | 161.87 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 149 | 238 | 0.11 | 0.37 | 0 | 0.07 | 282.47 | 0.72 | 0.76 |
| Hex | D4 | 95 | EE | B | 25 | 0 | 7 | 11A | 48 | 4C |
| Octal | 324 | 225 | 356 | 13 | 45 | 0 | 7 | 432 | 110 | 114 |
| Binary | 11010100 | 10010101 | 11101110 | 1011 | 100101 | 0 | 111 | 100011010 | 1001000 | 1001100 |
Color Harmonies of #D495EE
Complementary color
Monochromatic Colors of #D495EE
Black with #D495EE
Text Example
Text Example
White with #D495EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D495EE; }
p { color: rgb(212,149,238); }
H1.HeaderClassName
{
color: #D495EE;
}
.AnyTagClassName
{
color: #D495EE;
}
</style>
background-color css
<style>
a { background-color: #D495EE; }
a { background-color: rgb(212,149,238); }
div.DivClassName
{
background-color: #D495EE;
}
.BgClassName
{
background-color: #D495EE;
}
</style>
border-color css
<style>
span { border-color: #D495EE; }
span { border-color: rgb(212,149,238); }
td.TdClassName
{
border-color: #D495EE;
}
.TagClassName
{
border-color: #D495EE;
}
</style>