Shades of Wisteria #D48CEB
Tints of Wisteria #D48CEB
RGB
CMYK
RGB Variations
Color information
#D48CEB (or 0xD48CEB) is known color: Wisteria. HEX triplet: D4, 8C and EB. RGB value is (212,140,235). Sum of RGB (Red+Green+Blue) = 212+140+235=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 140 (55.08% from 255 or 23.85% from 587); Blue value is 235 (92.19% from 255 or 40.03% from 587); Max value from RGB is 235 - color contains mainly: blue. Hex color #D48CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48CEB is #2B7314. Grayscale: #ACACAC. Windows color (decimal): -2847509 or 15437012. OLE color: 15437012.
HSL color Cylindrical-coordinate representation of color #D48CEB: hue angle of 285.47º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D48CEB is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 140 | 235 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.08 |
| HSL | 285.47º | 0.7% | 0.74% | - |
| HSV(B) | 285.47º | 0.4% | 0.92% | - |
| XYZ | 51.52 | 38.75 | 83.36 | - |
| YUV | 172.36 | 163.35 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 140 | 235 | 0.10 | 0.40 | 0 | 0.08 | 285.47 | 0.7 | 0.74 |
| Hex | D4 | 8C | EB | A | 28 | 0 | 8 | 11D | 46 | 4A |
| Octal | 324 | 214 | 353 | 12 | 50 | 0 | 10 | 435 | 106 | 112 |
| Binary | 11010100 | 10001100 | 11101011 | 1010 | 101000 | 0 | 1000 | 100011101 | 1000110 | 1001010 |
Color Harmonies of #D48CEB
Complementary color
Monochromatic Colors of #D48CEB
Black with #D48CEB
Text Example
Text Example
White with #D48CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48CEB; }
p { color: rgb(212,140,235); }
H1.HeaderClassName
{
color: #D48CEB;
}
.AnyTagClassName
{
color: #D48CEB;
}
</style>
background-color css
<style>
a { background-color: #D48CEB; }
a { background-color: rgb(212,140,235); }
div.DivClassName
{
background-color: #D48CEB;
}
.BgClassName
{
background-color: #D48CEB;
}
</style>
border-color css
<style>
span { border-color: #D48CEB; }
span { border-color: rgb(212,140,235); }
td.TdClassName
{
border-color: #D48CEB;
}
.TagClassName
{
border-color: #D48CEB;
}
</style>