Shades of Wisteria #D4A8EC
Tints of Wisteria #D4A8EC
RGB
CMYK
RGB Variations
Color information
#D4A8EC (or 0xD4A8EC) is known color: Wisteria. HEX triplet: D4, A8 and EC. RGB value is (212,168,236). Sum of RGB (Red+Green+Blue) = 212+168+236=616 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.42% from 616); Green value is 168 (66.02% from 255 or 27.27% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #D4A8EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A8EC is #2B5713. Grayscale: #BCBCBC. Windows color (decimal): -2840340 or 15509716. OLE color: 15509716.
HSL color Cylindrical-coordinate representation of color #D4A8EC: hue angle of 278.82º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4A8EC is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 168 | 236 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.07 |
| HSL | 278.82º | 0.64% | 0.79% | - |
| HSV(B) | 278.82º | 0.29% | 0.93% | - |
| XYZ | 56.29 | 48.06 | 85.67 | - |
| YUV | 188.91 | 154.58 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 168 | 236 | 0.10 | 0.29 | 0 | 0.07 | 278.82 | 0.64 | 0.79 |
| Hex | D4 | A8 | EC | A | 1D | 0 | 7 | 117 | 40 | 4F |
| Octal | 324 | 250 | 354 | 12 | 35 | 0 | 7 | 427 | 100 | 117 |
| Binary | 11010100 | 10101000 | 11101100 | 1010 | 11101 | 0 | 111 | 100010111 | 1000000 | 1001111 |
Color Harmonies of #D4A8EC
Complementary color
Monochromatic Colors of #D4A8EC
Black with #D4A8EC
Text Example
Text Example
White with #D4A8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A8EC; }
p { color: rgb(212,168,236); }
H1.HeaderClassName
{
color: #D4A8EC;
}
.AnyTagClassName
{
color: #D4A8EC;
}
</style>
background-color css
<style>
a { background-color: #D4A8EC; }
a { background-color: rgb(212,168,236); }
div.DivClassName
{
background-color: #D4A8EC;
}
.BgClassName
{
background-color: #D4A8EC;
}
</style>
border-color css
<style>
span { border-color: #D4A8EC; }
span { border-color: rgb(212,168,236); }
td.TdClassName
{
border-color: #D4A8EC;
}
.TagClassName
{
border-color: #D4A8EC;
}
</style>