Shades of Wisteria #D294F0
Tints of Wisteria #D294F0
RGB
CMYK
RGB Variations
Color information
#D294F0 (or 0xD294F0) is known color: Wisteria. HEX triplet: D2, 94 and F0. RGB value is (210,148,240). Sum of RGB (Red+Green+Blue) = 210+148+240=598 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.12% from 598); Green value is 148 (58.20% from 255 or 24.75% from 598); Blue value is 240 (94.14% from 255 or 40.13% from 598); Max value from RGB is 240 - color contains mainly: blue. Hex color #D294F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D294F0 is #2D6B0F. Grayscale: #B0B0B0. Windows color (decimal): -2976528 or 15766738. OLE color: 15766738.
HSL color Cylindrical-coordinate representation of color #D294F0: hue angle of 280.43º 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 #D294F0 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 148 | 240 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.06 |
| HSL | 280.43º | 0.75% | 0.76% | - |
| HSV(B) | 280.43º | 0.38% | 0.94% | - |
| XYZ | 52.9 | 41.17 | 87.6 | - |
| YUV | 177.03 | 163.54 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 148 | 240 | 0.12 | 0.38 | 0 | 0.06 | 280.43 | 0.75 | 0.76 |
| Hex | D2 | 94 | F0 | C | 26 | 0 | 6 | 118 | 4B | 4C |
| Octal | 322 | 224 | 360 | 14 | 46 | 0 | 6 | 430 | 113 | 114 |
| Binary | 11010010 | 10010100 | 11110000 | 1100 | 100110 | 0 | 110 | 100011000 | 1001011 | 1001100 |
Color Harmonies of #D294F0
Complementary color
Monochromatic Colors of #D294F0
Black with #D294F0
Text Example
Text Example
White with #D294F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D294F0; }
p { color: rgb(210,148,240); }
H1.HeaderClassName
{
color: #D294F0;
}
.AnyTagClassName
{
color: #D294F0;
}
</style>
background-color css
<style>
a { background-color: #D294F0; }
a { background-color: rgb(210,148,240); }
div.DivClassName
{
background-color: #D294F0;
}
.BgClassName
{
background-color: #D294F0;
}
</style>
border-color css
<style>
span { border-color: #D294F0; }
span { border-color: rgb(210,148,240); }
td.TdClassName
{
border-color: #D294F0;
}
.TagClassName
{
border-color: #D294F0;
}
</style>