Shades of Wisteria #D28CEC
Tints of Wisteria #D28CEC
RGB
CMYK
RGB Variations
Color information
#D28CEC (or 0xD28CEC) is known color: Wisteria. HEX triplet: D2, 8C and EC. RGB value is (210,140,236). Sum of RGB (Red+Green+Blue) = 210+140+236=586 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.84% from 586); Green value is 140 (55.08% from 255 or 23.89% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 236 - color contains mainly: blue. Hex color #D28CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28CEC is #2D7313. Grayscale: #ABABAB. Windows color (decimal): -2978580 or 15502546. OLE color: 15502546.
HSL color Cylindrical-coordinate representation of color #D28CEC: hue angle of 283.75º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D28CEC is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 140 | 236 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.07 |
| HSL | 283.75º | 0.72% | 0.74% | - |
| HSV(B) | 283.75º | 0.41% | 0.93% | - |
| XYZ | 51.1 | 38.51 | 84.1 | - |
| YUV | 171.87 | 164.19 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 140 | 236 | 0.11 | 0.41 | 0 | 0.07 | 283.75 | 0.72 | 0.74 |
| Hex | D2 | 8C | EC | B | 29 | 0 | 7 | 11C | 48 | 4A |
| Octal | 322 | 214 | 354 | 13 | 51 | 0 | 7 | 434 | 110 | 112 |
| Binary | 11010010 | 10001100 | 11101100 | 1011 | 101001 | 0 | 111 | 100011100 | 1001000 | 1001010 |
Color Harmonies of #D28CEC
Complementary color
Monochromatic Colors of #D28CEC
Black with #D28CEC
Text Example
Text Example
White with #D28CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28CEC; }
p { color: rgb(210,140,236); }
H1.HeaderClassName
{
color: #D28CEC;
}
.AnyTagClassName
{
color: #D28CEC;
}
</style>
background-color css
<style>
a { background-color: #D28CEC; }
a { background-color: rgb(210,140,236); }
div.DivClassName
{
background-color: #D28CEC;
}
.BgClassName
{
background-color: #D28CEC;
}
</style>
border-color css
<style>
span { border-color: #D28CEC; }
span { border-color: rgb(210,140,236); }
td.TdClassName
{
border-color: #D28CEC;
}
.TagClassName
{
border-color: #D28CEC;
}
</style>