Shades of Wisteria #D495F0
Tints of Wisteria #D495F0
RGB
CMYK
RGB Variations
Color information
#D495F0 (or 0xD495F0) is known color: Wisteria. HEX triplet: D4, 95 and F0. RGB value is (212,149,240). Sum of RGB (Red+Green+Blue) = 212+149+240=601 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.27% from 601); Green value is 149 (58.59% from 255 or 24.79% from 601); Blue value is 240 (94.14% from 255 or 39.93% from 601); Max value from RGB is 240 - color contains mainly: blue. Hex color #D495F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D495F0 is #2B6A0F. Grayscale: #B1B1B1. Windows color (decimal): -2845200 or 15766996. OLE color: 15766996.
HSL color Cylindrical-coordinate representation of color #D495F0: hue angle of 281.54º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D495F0 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 149 | 240 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.06 |
| HSL | 281.54º | 0.75% | 0.76% | - |
| HSV(B) | 281.54º | 0.38% | 0.94% | - |
| XYZ | 53.63 | 41.78 | 87.68 | - |
| YUV | 178.21 | 162.87 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 149 | 240 | 0.12 | 0.38 | 0 | 0.06 | 281.54 | 0.75 | 0.76 |
| Hex | D4 | 95 | F0 | C | 26 | 0 | 6 | 11A | 4B | 4C |
| Octal | 324 | 225 | 360 | 14 | 46 | 0 | 6 | 432 | 113 | 114 |
| Binary | 11010100 | 10010101 | 11110000 | 1100 | 100110 | 0 | 110 | 100011010 | 1001011 | 1001100 |
Color Harmonies of #D495F0
Complementary color
Monochromatic Colors of #D495F0
Black with #D495F0
Text Example
Text Example
White with #D495F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D495F0; }
p { color: rgb(212,149,240); }
H1.HeaderClassName
{
color: #D495F0;
}
.AnyTagClassName
{
color: #D495F0;
}
</style>
background-color css
<style>
a { background-color: #D495F0; }
a { background-color: rgb(212,149,240); }
div.DivClassName
{
background-color: #D495F0;
}
.BgClassName
{
background-color: #D495F0;
}
</style>
border-color css
<style>
span { border-color: #D495F0; }
span { border-color: rgb(212,149,240); }
td.TdClassName
{
border-color: #D495F0;
}
.TagClassName
{
border-color: #D495F0;
}
</style>