Shades of Wisteria #D38CEA
Tints of Wisteria #D38CEA
RGB
CMYK
RGB Variations
Color information
#D38CEA (or 0xD38CEA) is known color: Wisteria. HEX triplet: D3, 8C and EA. RGB value is (211,140,234). Sum of RGB (Red+Green+Blue) = 211+140+234=585 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.07% from 585); Green value is 140 (55.08% from 255 or 23.93% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #D38CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38CEA is #2C7315. Grayscale: #ABABAB. Windows color (decimal): -2913046 or 15371475. OLE color: 15371475.
HSL color Cylindrical-coordinate representation of color #D38CEA: hue angle of 285.32º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D38CEA is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 140 | 234 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.08 |
| HSL | 285.32º | 0.69% | 0.73% | - |
| HSV(B) | 285.32º | 0.4% | 0.92% | - |
| XYZ | 51.09 | 38.55 | 82.59 | - |
| YUV | 171.95 | 163.02 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 140 | 234 | 0.10 | 0.40 | 0 | 0.08 | 285.32 | 0.69 | 0.73 |
| Hex | D3 | 8C | EA | A | 28 | 0 | 8 | 11D | 45 | 49 |
| Octal | 323 | 214 | 352 | 12 | 50 | 0 | 10 | 435 | 105 | 111 |
| Binary | 11010011 | 10001100 | 11101010 | 1010 | 101000 | 0 | 1000 | 100011101 | 1000101 | 1001001 |
Color Harmonies of #D38CEA
Complementary color
Monochromatic Colors of #D38CEA
Black with #D38CEA
Text Example
Text Example
White with #D38CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38CEA; }
p { color: rgb(211,140,234); }
H1.HeaderClassName
{
color: #D38CEA;
}
.AnyTagClassName
{
color: #D38CEA;
}
</style>
background-color css
<style>
a { background-color: #D38CEA; }
a { background-color: rgb(211,140,234); }
div.DivClassName
{
background-color: #D38CEA;
}
.BgClassName
{
background-color: #D38CEA;
}
</style>
border-color css
<style>
span { border-color: #D38CEA; }
span { border-color: rgb(211,140,234); }
td.TdClassName
{
border-color: #D38CEA;
}
.TagClassName
{
border-color: #D38CEA;
}
</style>