Shades of Wisteria #D793F2
Tints of Wisteria #D793F2
RGB
CMYK
RGB Variations
Color information
#D793F2 (or 0xD793F2) is known color: Wisteria. HEX triplet: D7, 93 and F2. RGB value is (215,147,242). Sum of RGB (Red+Green+Blue) = 215+147+242=604 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.60% from 604); Green value is 147 (57.81% from 255 or 24.34% from 604); Blue value is 242 (94.92% from 255 or 40.07% from 604); Max value from RGB is 242 - color contains mainly: blue. Hex color #D793F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D793F2 is #286C0D. Grayscale: #B1B1B1. Windows color (decimal): -2649102 or 15897559. OLE color: 15897559.
HSL color Cylindrical-coordinate representation of color #D793F2: hue angle of 282.95º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D793F2 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 147 | 242 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.05 |
| HSL | 282.95º | 0.79% | 0.76% | - |
| HSV(B) | 282.95º | 0.39% | 0.95% | - |
| XYZ | 54.49 | 41.73 | 89.19 | - |
| YUV | 178.16 | 164.03 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 147 | 242 | 0.11 | 0.39 | 0 | 0.05 | 282.95 | 0.79 | 0.76 |
| Hex | D7 | 93 | F2 | B | 27 | 0 | 5 | 11B | 4F | 4C |
| Octal | 327 | 223 | 362 | 13 | 47 | 0 | 5 | 433 | 117 | 114 |
| Binary | 11010111 | 10010011 | 11110010 | 1011 | 100111 | 0 | 101 | 100011011 | 1001111 | 1001100 |
Color Harmonies of #D793F2
Complementary color
Monochromatic Colors of #D793F2
Black with #D793F2
Text Example
Text Example
White with #D793F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D793F2; }
p { color: rgb(215,147,242); }
H1.HeaderClassName
{
color: #D793F2;
}
.AnyTagClassName
{
color: #D793F2;
}
</style>
background-color css
<style>
a { background-color: #D793F2; }
a { background-color: rgb(215,147,242); }
div.DivClassName
{
background-color: #D793F2;
}
.BgClassName
{
background-color: #D793F2;
}
</style>
border-color css
<style>
span { border-color: #D793F2; }
span { border-color: rgb(215,147,242); }
td.TdClassName
{
border-color: #D793F2;
}
.TagClassName
{
border-color: #D793F2;
}
</style>