Shades of Wisteria #D095EC
Tints of Wisteria #D095EC
RGB
CMYK
RGB Variations
Color information
#D095EC (or 0xD095EC) is known color: Wisteria. HEX triplet: D0, 95 and EC. RGB value is (208,149,236). Sum of RGB (Red+Green+Blue) = 208+149+236=593 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.08% from 593); Green value is 149 (58.59% from 255 or 25.13% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #D095EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D095EC is #2F6A13. Grayscale: #B0B0B0. Windows color (decimal): -3107348 or 15504848. OLE color: 15504848.
HSL color Cylindrical-coordinate representation of color #D095EC: hue angle of 280.69º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D095EC is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 149 | 236 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.07 |
| HSL | 280.69º | 0.7% | 0.75% | - |
| HSV(B) | 280.69º | 0.37% | 0.93% | - |
| XYZ | 51.9 | 40.96 | 84.53 | - |
| YUV | 176.56 | 161.55 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 149 | 236 | 0.12 | 0.37 | 0 | 0.07 | 280.69 | 0.7 | 0.75 |
| Hex | D0 | 95 | EC | C | 25 | 0 | 7 | 119 | 46 | 4B |
| Octal | 320 | 225 | 354 | 14 | 45 | 0 | 7 | 431 | 106 | 113 |
| Binary | 11010000 | 10010101 | 11101100 | 1100 | 100101 | 0 | 111 | 100011001 | 1000110 | 1001011 |
Color Harmonies of #D095EC
Complementary color
Monochromatic Colors of #D095EC
Black with #D095EC
Text Example
Text Example
White with #D095EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D095EC; }
p { color: rgb(208,149,236); }
H1.HeaderClassName
{
color: #D095EC;
}
.AnyTagClassName
{
color: #D095EC;
}
</style>
background-color css
<style>
a { background-color: #D095EC; }
a { background-color: rgb(208,149,236); }
div.DivClassName
{
background-color: #D095EC;
}
.BgClassName
{
background-color: #D095EC;
}
</style>
border-color css
<style>
span { border-color: #D095EC; }
span { border-color: rgb(208,149,236); }
td.TdClassName
{
border-color: #D095EC;
}
.TagClassName
{
border-color: #D095EC;
}
</style>