Shades of Wisteria #D495E7
Tints of Wisteria #D495E7
RGB
CMYK
RGB Variations
Color information
#D495E7 (or 0xD495E7) is known color: Wisteria. HEX triplet: D4, 95 and E7. RGB value is (212,149,231). Sum of RGB (Red+Green+Blue) = 212+149+231=592 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.81% from 592); Green value is 149 (58.59% from 255 or 25.17% from 592); Blue value is 231 (90.62% from 255 or 39.02% from 592); Max value from RGB is 231 - color contains mainly: blue. Hex color #D495E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D495E7 is #2B6A18. Grayscale: #B0B0B0. Windows color (decimal): -2845209 or 15177172. OLE color: 15177172.
HSL color Cylindrical-coordinate representation of color #D495E7: hue angle of 286.1º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D495E7 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 149 | 231 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.09 |
| HSL | 286.1º | 0.63% | 0.75% | - |
| HSV(B) | 286.1º | 0.35% | 0.91% | - |
| XYZ | 52.32 | 41.26 | 80.81 | - |
| YUV | 177.19 | 158.37 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 149 | 231 | 0.08 | 0.35 | 0 | 0.09 | 286.1 | 0.63 | 0.75 |
| Hex | D4 | 95 | E7 | 8 | 23 | 0 | 9 | 11E | 3F | 4B |
| Octal | 324 | 225 | 347 | 10 | 43 | 0 | 11 | 436 | 77 | 113 |
| Binary | 11010100 | 10010101 | 11100111 | 1000 | 100011 | 0 | 1001 | 100011110 | 111111 | 1001011 |
Color Harmonies of #D495E7
Complementary color
Monochromatic Colors of #D495E7
Black with #D495E7
Text Example
Text Example
White with #D495E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D495E7; }
p { color: rgb(212,149,231); }
H1.HeaderClassName
{
color: #D495E7;
}
.AnyTagClassName
{
color: #D495E7;
}
</style>
background-color css
<style>
a { background-color: #D495E7; }
a { background-color: rgb(212,149,231); }
div.DivClassName
{
background-color: #D495E7;
}
.BgClassName
{
background-color: #D495E7;
}
</style>
border-color css
<style>
span { border-color: #D495E7; }
span { border-color: rgb(212,149,231); }
td.TdClassName
{
border-color: #D495E7;
}
.TagClassName
{
border-color: #D495E7;
}
</style>