Shades of Wisteria #D495EA
Tints of Wisteria #D495EA
RGB
CMYK
RGB Variations
Color information
#D495EA (or 0xD495EA) is known color: Wisteria. HEX triplet: D4, 95 and EA. RGB value is (212,149,234). Sum of RGB (Red+Green+Blue) = 212+149+234=595 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.63% from 595); Green value is 149 (58.59% from 255 or 25.04% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #D495EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D495EA is #2B6A15. Grayscale: #B1B1B1. Windows color (decimal): -2845206 or 15373780. OLE color: 15373780.
HSL color Cylindrical-coordinate representation of color #D495EA: hue angle of 284.47º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D495EA is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 149 | 234 | - |
| CMYK | 0.09 | 0.36 | 0 | 0.08 |
| HSL | 284.47º | 0.67% | 0.75% | - |
| HSV(B) | 284.47º | 0.36% | 0.92% | - |
| XYZ | 52.75 | 41.43 | 83.06 | - |
| YUV | 177.53 | 159.87 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 149 | 234 | 0.09 | 0.36 | 0 | 0.08 | 284.47 | 0.67 | 0.75 |
| Hex | D4 | 95 | EA | 9 | 24 | 0 | 8 | 11C | 43 | 4B |
| Octal | 324 | 225 | 352 | 11 | 44 | 0 | 10 | 434 | 103 | 113 |
| Binary | 11010100 | 10010101 | 11101010 | 1001 | 100100 | 0 | 1000 | 100011100 | 1000011 | 1001011 |
Color Harmonies of #D495EA
Complementary color
Monochromatic Colors of #D495EA
Black with #D495EA
Text Example
Text Example
White with #D495EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D495EA; }
p { color: rgb(212,149,234); }
H1.HeaderClassName
{
color: #D495EA;
}
.AnyTagClassName
{
color: #D495EA;
}
</style>
background-color css
<style>
a { background-color: #D495EA; }
a { background-color: rgb(212,149,234); }
div.DivClassName
{
background-color: #D495EA;
}
.BgClassName
{
background-color: #D495EA;
}
</style>
border-color css
<style>
span { border-color: #D495EA; }
span { border-color: rgb(212,149,234); }
td.TdClassName
{
border-color: #D495EA;
}
.TagClassName
{
border-color: #D495EA;
}
</style>