Shades of Wisteria #D38CE5
Tints of Wisteria #D38CE5
RGB
CMYK
RGB Variations
Color information
#D38CE5 (or 0xD38CE5) is known color: Wisteria. HEX triplet: D3, 8C and E5. RGB value is (211,140,229). Sum of RGB (Red+Green+Blue) = 211+140+229=580 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.38% from 580); Green value is 140 (55.08% from 255 or 24.14% from 580); Blue value is 229 (89.84% from 255 or 39.48% from 580); Max value from RGB is 229 - color contains mainly: blue. Hex color #D38CE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38CE5 is #2C731A. Grayscale: #ABABAB. Windows color (decimal): -2913051 or 15043795. OLE color: 15043795.
HSL color Cylindrical-coordinate representation of color #D38CE5: hue angle of 287.87º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D38CE5 is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 140 | 229 | - |
| CMYK | 0.08 | 0.39 | 0 | 0.10 |
| HSL | 287.87º | 0.63% | 0.72% | - |
| HSV(B) | 287.87º | 0.39% | 0.9% | - |
| XYZ | 50.38 | 38.26 | 78.86 | - |
| YUV | 171.38 | 160.52 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 140 | 229 | 0.08 | 0.39 | 0 | 0.10 | 287.87 | 0.63 | 0.72 |
| Hex | D3 | 8C | E5 | 8 | 27 | 0 | A | 120 | 3F | 48 |
| Octal | 323 | 214 | 345 | 10 | 47 | 0 | 12 | 440 | 77 | 110 |
| Binary | 11010011 | 10001100 | 11100101 | 1000 | 100111 | 0 | 1010 | 100100000 | 111111 | 1001000 |
Color Harmonies of #D38CE5
Complementary color
Monochromatic Colors of #D38CE5
Black with #D38CE5
Text Example
Text Example
White with #D38CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38CE5; }
p { color: rgb(211,140,229); }
H1.HeaderClassName
{
color: #D38CE5;
}
.AnyTagClassName
{
color: #D38CE5;
}
</style>
background-color css
<style>
a { background-color: #D38CE5; }
a { background-color: rgb(211,140,229); }
div.DivClassName
{
background-color: #D38CE5;
}
.BgClassName
{
background-color: #D38CE5;
}
</style>
border-color css
<style>
span { border-color: #D38CE5; }
span { border-color: rgb(211,140,229); }
td.TdClassName
{
border-color: #D38CE5;
}
.TagClassName
{
border-color: #D38CE5;
}
</style>