Shades of Wisteria #D793F0
Tints of Wisteria #D793F0
RGB
CMYK
RGB Variations
Color information
#D793F0 (or 0xD793F0) is known color: Wisteria. HEX triplet: D7, 93 and F0. RGB value is (215,147,240). Sum of RGB (Red+Green+Blue) = 215+147+240=602 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.71% from 602); Green value is 147 (57.81% from 255 or 24.42% from 602); Blue value is 240 (94.14% from 255 or 39.87% from 602); Max value from RGB is 240 - color contains mainly: blue. Hex color #D793F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D793F0 is #286C0F. Grayscale: #B1B1B1. Windows color (decimal): -2649104 or 15766487. OLE color: 15766487.
HSL color Cylindrical-coordinate representation of color #D793F0: hue angle of 283.87º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D793F0 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 147 | 240 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.06 |
| HSL | 283.87º | 0.76% | 0.76% | - |
| HSV(B) | 283.87º | 0.39% | 0.94% | - |
| XYZ | 54.19 | 41.61 | 87.61 | - |
| YUV | 177.93 | 163.03 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 147 | 240 | 0.10 | 0.39 | 0 | 0.06 | 283.87 | 0.76 | 0.76 |
| Hex | D7 | 93 | F0 | A | 27 | 0 | 6 | 11C | 4C | 4C |
| Octal | 327 | 223 | 360 | 12 | 47 | 0 | 6 | 434 | 114 | 114 |
| Binary | 11010111 | 10010011 | 11110000 | 1010 | 100111 | 0 | 110 | 100011100 | 1001100 | 1001100 |
Color Harmonies of #D793F0
Complementary color
Monochromatic Colors of #D793F0
Black with #D793F0
Text Example
Text Example
White with #D793F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D793F0; }
p { color: rgb(215,147,240); }
H1.HeaderClassName
{
color: #D793F0;
}
.AnyTagClassName
{
color: #D793F0;
}
</style>
background-color css
<style>
a { background-color: #D793F0; }
a { background-color: rgb(215,147,240); }
div.DivClassName
{
background-color: #D793F0;
}
.BgClassName
{
background-color: #D793F0;
}
</style>
border-color css
<style>
span { border-color: #D793F0; }
span { border-color: rgb(215,147,240); }
td.TdClassName
{
border-color: #D793F0;
}
.TagClassName
{
border-color: #D793F0;
}
</style>