Shades of Wisteria #D693EC
Tints of Wisteria #D693EC
RGB
CMYK
RGB Variations
Color information
#D693EC (or 0xD693EC) is known color: Wisteria. HEX triplet: D6, 93 and EC. RGB value is (214,147,236). Sum of RGB (Red+Green+Blue) = 214+147+236=597 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.85% from 597); Green value is 147 (57.81% from 255 or 24.62% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 236 - color contains mainly: blue. Hex color #D693EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D693EC is #296C13. Grayscale: #B0B0B0. Windows color (decimal): -2714644 or 15504342. OLE color: 15504342.
HSL color Cylindrical-coordinate representation of color #D693EC: hue angle of 285.17º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D693EC is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 147 | 236 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.07 |
| HSL | 285.17º | 0.7% | 0.75% | - |
| HSV(B) | 285.17º | 0.38% | 0.93% | - |
| XYZ | 53.31 | 41.22 | 84.5 | - |
| YUV | 177.18 | 161.2 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 147 | 236 | 0.09 | 0.38 | 0 | 0.07 | 285.17 | 0.7 | 0.75 |
| Hex | D6 | 93 | EC | 9 | 26 | 0 | 7 | 11D | 46 | 4B |
| Octal | 326 | 223 | 354 | 11 | 46 | 0 | 7 | 435 | 106 | 113 |
| Binary | 11010110 | 10010011 | 11101100 | 1001 | 100110 | 0 | 111 | 100011101 | 1000110 | 1001011 |
Color Harmonies of #D693EC
Complementary color
Monochromatic Colors of #D693EC
Black with #D693EC
Text Example
Text Example
White with #D693EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D693EC; }
p { color: rgb(214,147,236); }
H1.HeaderClassName
{
color: #D693EC;
}
.AnyTagClassName
{
color: #D693EC;
}
</style>
background-color css
<style>
a { background-color: #D693EC; }
a { background-color: rgb(214,147,236); }
div.DivClassName
{
background-color: #D693EC;
}
.BgClassName
{
background-color: #D693EC;
}
</style>
border-color css
<style>
span { border-color: #D693EC; }
span { border-color: rgb(214,147,236); }
td.TdClassName
{
border-color: #D693EC;
}
.TagClassName
{
border-color: #D693EC;
}
</style>