Shades of Wisteria #D28CED
Tints of Wisteria #D28CED
RGB
CMYK
RGB Variations
Color information
#D28CED (or 0xD28CED) is known color: Wisteria. HEX triplet: D2, 8C and ED. RGB value is (210,140,237). Sum of RGB (Red+Green+Blue) = 210+140+237=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 140 (55.08% from 255 or 23.85% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 237 - color contains mainly: blue. Hex color #D28CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28CED is #2D7312. Grayscale: #ABABAB. Windows color (decimal): -2978579 or 15568082. OLE color: 15568082.
HSL color Cylindrical-coordinate representation of color #D28CED: hue angle of 283.3º degrees, saturation: 0.73, 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 #D28CED is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 140 | 237 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.07 |
| HSL | 283.3º | 0.73% | 0.74% | - |
| HSV(B) | 283.3º | 0.41% | 0.93% | - |
| XYZ | 51.24 | 38.57 | 84.87 | - |
| YUV | 171.99 | 164.69 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 140 | 237 | 0.11 | 0.41 | 0 | 0.07 | 283.3 | 0.73 | 0.74 |
| Hex | D2 | 8C | ED | B | 29 | 0 | 7 | 11B | 49 | 4A |
| Octal | 322 | 214 | 355 | 13 | 51 | 0 | 7 | 433 | 111 | 112 |
| Binary | 11010010 | 10001100 | 11101101 | 1011 | 101001 | 0 | 111 | 100011011 | 1001001 | 1001010 |
Color Harmonies of #D28CED
Complementary color
Monochromatic Colors of #D28CED
Black with #D28CED
Text Example
Text Example
White with #D28CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28CED; }
p { color: rgb(210,140,237); }
H1.HeaderClassName
{
color: #D28CED;
}
.AnyTagClassName
{
color: #D28CED;
}
</style>
background-color css
<style>
a { background-color: #D28CED; }
a { background-color: rgb(210,140,237); }
div.DivClassName
{
background-color: #D28CED;
}
.BgClassName
{
background-color: #D28CED;
}
</style>
border-color css
<style>
span { border-color: #D28CED; }
span { border-color: rgb(210,140,237); }
td.TdClassName
{
border-color: #D28CED;
}
.TagClassName
{
border-color: #D28CED;
}
</style>