Shades of Wisteria #D093EC
Tints of Wisteria #D093EC
RGB
CMYK
RGB Variations
Color information
#D093EC (or 0xD093EC) is known color: Wisteria. HEX triplet: D0, 93 and EC. RGB value is (208,147,236). Sum of RGB (Red+Green+Blue) = 208+147+236=591 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.19% from 591); Green value is 147 (57.81% from 255 or 24.87% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 236 - color contains mainly: blue. Hex color #D093EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D093EC is #2F6C13. Grayscale: #AFAFAF. Windows color (decimal): -3107860 or 15504336. OLE color: 15504336.
HSL color Cylindrical-coordinate representation of color #D093EC: hue angle of 281.12º 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 #D093EC is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 147 | 236 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.07 |
| HSL | 281.12º | 0.7% | 0.75% | - |
| HSV(B) | 281.12º | 0.38% | 0.93% | - |
| XYZ | 51.59 | 40.33 | 84.42 | - |
| YUV | 175.39 | 162.21 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 147 | 236 | 0.12 | 0.38 | 0 | 0.07 | 281.12 | 0.7 | 0.75 |
| Hex | D0 | 93 | EC | C | 26 | 0 | 7 | 119 | 46 | 4B |
| Octal | 320 | 223 | 354 | 14 | 46 | 0 | 7 | 431 | 106 | 113 |
| Binary | 11010000 | 10010011 | 11101100 | 1100 | 100110 | 0 | 111 | 100011001 | 1000110 | 1001011 |
Color Harmonies of #D093EC
Complementary color
Monochromatic Colors of #D093EC
Black with #D093EC
Text Example
Text Example
White with #D093EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D093EC; }
p { color: rgb(208,147,236); }
H1.HeaderClassName
{
color: #D093EC;
}
.AnyTagClassName
{
color: #D093EC;
}
</style>
background-color css
<style>
a { background-color: #D093EC; }
a { background-color: rgb(208,147,236); }
div.DivClassName
{
background-color: #D093EC;
}
.BgClassName
{
background-color: #D093EC;
}
</style>
border-color css
<style>
span { border-color: #D093EC; }
span { border-color: rgb(208,147,236); }
td.TdClassName
{
border-color: #D093EC;
}
.TagClassName
{
border-color: #D093EC;
}
</style>