Shades of Wisteria #D38CE4
Tints of Wisteria #D38CE4
RGB
CMYK
RGB Variations
Color information
#D38CE4 (or 0xD38CE4) is known color: Wisteria. HEX triplet: D3, 8C and E4. RGB value is (211,140,228). Sum of RGB (Red+Green+Blue) = 211+140+228=579 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.44% from 579); Green value is 140 (55.08% from 255 or 24.18% from 579); Blue value is 228 (89.45% from 255 or 39.38% from 579); Max value from RGB is 228 - color contains mainly: blue. Hex color #D38CE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38CE4 is #2C731B. Grayscale: #AAAAAA. Windows color (decimal): -2913052 or 14978259. OLE color: 14978259.
HSL color Cylindrical-coordinate representation of color #D38CE4: hue angle of 288.41º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D38CE4 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 140 | 228 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.11 |
| HSL | 288.41º | 0.62% | 0.72% | - |
| HSV(B) | 288.41º | 0.39% | 0.89% | - |
| XYZ | 50.25 | 38.21 | 78.13 | - |
| YUV | 171.26 | 160.02 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 140 | 228 | 0.07 | 0.39 | 0 | 0.11 | 288.41 | 0.62 | 0.72 |
| Hex | D3 | 8C | E4 | 7 | 27 | 0 | B | 120 | 3E | 48 |
| Octal | 323 | 214 | 344 | 7 | 47 | 0 | 13 | 440 | 76 | 110 |
| Binary | 11010011 | 10001100 | 11100100 | 111 | 100111 | 0 | 1011 | 100100000 | 111110 | 1001000 |
Color Harmonies of #D38CE4
Complementary color
Monochromatic Colors of #D38CE4
Black with #D38CE4
Text Example
Text Example
White with #D38CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38CE4; }
p { color: rgb(211,140,228); }
H1.HeaderClassName
{
color: #D38CE4;
}
.AnyTagClassName
{
color: #D38CE4;
}
</style>
background-color css
<style>
a { background-color: #D38CE4; }
a { background-color: rgb(211,140,228); }
div.DivClassName
{
background-color: #D38CE4;
}
.BgClassName
{
background-color: #D38CE4;
}
</style>
border-color css
<style>
span { border-color: #D38CE4; }
span { border-color: rgb(211,140,228); }
td.TdClassName
{
border-color: #D38CE4;
}
.TagClassName
{
border-color: #D38CE4;
}
</style>