Shades of Wisteria #D28CEF
Tints of Wisteria #D28CEF
RGB
CMYK
RGB Variations
Color information
#D28CEF (or 0xD28CEF) is known color: Wisteria. HEX triplet: D2, 8C and EF. RGB value is (210,140,239). Sum of RGB (Red+Green+Blue) = 210+140+239=589 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.65% from 589); Green value is 140 (55.08% from 255 or 23.77% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #D28CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28CEF is #2D7310. Grayscale: #ABABAB. Windows color (decimal): -2978577 or 15699154. OLE color: 15699154.
HSL color Cylindrical-coordinate representation of color #D28CEF: hue angle of 282.42º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D28CEF is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 140 | 239 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.06 |
| HSL | 282.42º | 0.76% | 0.74% | - |
| HSV(B) | 282.42º | 0.41% | 0.94% | - |
| XYZ | 51.54 | 38.69 | 86.41 | - |
| YUV | 172.22 | 165.69 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 140 | 239 | 0.12 | 0.41 | 0 | 0.06 | 282.42 | 0.76 | 0.74 |
| Hex | D2 | 8C | EF | C | 29 | 0 | 6 | 11A | 4C | 4A |
| Octal | 322 | 214 | 357 | 14 | 51 | 0 | 6 | 432 | 114 | 112 |
| Binary | 11010010 | 10001100 | 11101111 | 1100 | 101001 | 0 | 110 | 100011010 | 1001100 | 1001010 |
Color Harmonies of #D28CEF
Complementary color
Monochromatic Colors of #D28CEF
Black with #D28CEF
Text Example
Text Example
White with #D28CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28CEF; }
p { color: rgb(210,140,239); }
H1.HeaderClassName
{
color: #D28CEF;
}
.AnyTagClassName
{
color: #D28CEF;
}
</style>
background-color css
<style>
a { background-color: #D28CEF; }
a { background-color: rgb(210,140,239); }
div.DivClassName
{
background-color: #D28CEF;
}
.BgClassName
{
background-color: #D28CEF;
}
</style>
border-color css
<style>
span { border-color: #D28CEF; }
span { border-color: rgb(210,140,239); }
td.TdClassName
{
border-color: #D28CEF;
}
.TagClassName
{
border-color: #D28CEF;
}
</style>