Shades of Wisteria #D48CED
Tints of Wisteria #D48CED
RGB
CMYK
RGB Variations
Color information
#D48CED (or 0xD48CED) is known color: Wisteria. HEX triplet: D4, 8C and ED. RGB value is (212,140,237). Sum of RGB (Red+Green+Blue) = 212+140+237=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 140 (55.08% from 255 or 23.77% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #D48CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48CED is #2B7312. Grayscale: #ACACAC. Windows color (decimal): -2847507 or 15568084. OLE color: 15568084.
HSL color Cylindrical-coordinate representation of color #D48CED: hue angle of 284.54º degrees, saturation: 0.73, 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 #D48CED is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 140 | 237 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.07 |
| HSL | 284.54º | 0.73% | 0.74% | - |
| HSV(B) | 284.54º | 0.41% | 0.93% | - |
| XYZ | 51.82 | 38.87 | 84.89 | - |
| YUV | 172.59 | 164.35 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 140 | 237 | 0.11 | 0.41 | 0 | 0.07 | 284.54 | 0.73 | 0.74 |
| Hex | D4 | 8C | ED | B | 29 | 0 | 7 | 11D | 49 | 4A |
| Octal | 324 | 214 | 355 | 13 | 51 | 0 | 7 | 435 | 111 | 112 |
| Binary | 11010100 | 10001100 | 11101101 | 1011 | 101001 | 0 | 111 | 100011101 | 1001001 | 1001010 |
Color Harmonies of #D48CED
Complementary color
Monochromatic Colors of #D48CED
Black with #D48CED
Text Example
Text Example
White with #D48CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48CED; }
p { color: rgb(212,140,237); }
H1.HeaderClassName
{
color: #D48CED;
}
.AnyTagClassName
{
color: #D48CED;
}
</style>
background-color css
<style>
a { background-color: #D48CED; }
a { background-color: rgb(212,140,237); }
div.DivClassName
{
background-color: #D48CED;
}
.BgClassName
{
background-color: #D48CED;
}
</style>
border-color css
<style>
span { border-color: #D48CED; }
span { border-color: rgb(212,140,237); }
td.TdClassName
{
border-color: #D48CED;
}
.TagClassName
{
border-color: #D48CED;
}
</style>