Shades of Wisteria #D58CEE
Tints of Wisteria #D58CEE
RGB
CMYK
RGB Variations
Color information
#D58CEE (or 0xD58CEE) is known color: Wisteria. HEX triplet: D5, 8C and EE. RGB value is (213,140,238). Sum of RGB (Red+Green+Blue) = 213+140+238=591 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.04% from 591); Green value is 140 (55.08% from 255 or 23.69% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 238 - color contains mainly: blue. Hex color #D58CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58CEE is #2A7311. Grayscale: #ACACAC. Windows color (decimal): -2781970 or 15633621. OLE color: 15633621.
HSL color Cylindrical-coordinate representation of color #D58CEE: hue angle of 284.69º degrees, saturation: 0.74, 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 #D58CEE is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 140 | 238 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.07 |
| HSL | 284.69º | 0.74% | 0.74% | - |
| HSV(B) | 284.69º | 0.41% | 0.93% | - |
| XYZ | 52.25 | 39.08 | 85.68 | - |
| YUV | 173 | 164.68 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 140 | 238 | 0.11 | 0.41 | 0 | 0.07 | 284.69 | 0.74 | 0.74 |
| Hex | D5 | 8C | EE | B | 29 | 0 | 7 | 11D | 4A | 4A |
| Octal | 325 | 214 | 356 | 13 | 51 | 0 | 7 | 435 | 112 | 112 |
| Binary | 11010101 | 10001100 | 11101110 | 1011 | 101001 | 0 | 111 | 100011101 | 1001010 | 1001010 |
Color Harmonies of #D58CEE
Complementary color
Monochromatic Colors of #D58CEE
Black with #D58CEE
Text Example
Text Example
White with #D58CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58CEE; }
p { color: rgb(213,140,238); }
H1.HeaderClassName
{
color: #D58CEE;
}
.AnyTagClassName
{
color: #D58CEE;
}
</style>
background-color css
<style>
a { background-color: #D58CEE; }
a { background-color: rgb(213,140,238); }
div.DivClassName
{
background-color: #D58CEE;
}
.BgClassName
{
background-color: #D58CEE;
}
</style>
border-color css
<style>
span { border-color: #D58CEE; }
span { border-color: rgb(213,140,238); }
td.TdClassName
{
border-color: #D58CEE;
}
.TagClassName
{
border-color: #D58CEE;
}
</style>