Shades of Wisteria #D48CE6
Tints of Wisteria #D48CE6
RGB
CMYK
RGB Variations
Color information
#D48CE6 (or 0xD48CE6) is known color: Wisteria. HEX triplet: D4, 8C and E6. RGB value is (212,140,230). Sum of RGB (Red+Green+Blue) = 212+140+230=582 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.43% from 582); Green value is 140 (55.08% from 255 or 24.05% from 582); Blue value is 230 (90.23% from 255 or 39.52% from 582); Max value from RGB is 230 - color contains mainly: blue. Hex color #D48CE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48CE6 is #2B7319. Grayscale: #ABABAB. Windows color (decimal): -2847514 or 15109332. OLE color: 15109332.
HSL color Cylindrical-coordinate representation of color #D48CE6: hue angle of 288º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D48CE6 is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 140 | 230 | - |
| CMYK | 0.08 | 0.39 | 0 | 0.10 |
| HSL | 288º | 0.64% | 0.73% | - |
| HSV(B) | 288º | 0.39% | 0.9% | - |
| XYZ | 50.81 | 38.47 | 79.61 | - |
| YUV | 171.79 | 160.85 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 140 | 230 | 0.08 | 0.39 | 0 | 0.10 | 288 | 0.64 | 0.73 |
| Hex | D4 | 8C | E6 | 8 | 27 | 0 | A | 120 | 40 | 49 |
| Octal | 324 | 214 | 346 | 10 | 47 | 0 | 12 | 440 | 100 | 111 |
| Binary | 11010100 | 10001100 | 11100110 | 1000 | 100111 | 0 | 1010 | 100100000 | 1000000 | 1001001 |
Color Harmonies of #D48CE6
Complementary color
Monochromatic Colors of #D48CE6
Black with #D48CE6
Text Example
Text Example
White with #D48CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48CE6; }
p { color: rgb(212,140,230); }
H1.HeaderClassName
{
color: #D48CE6;
}
.AnyTagClassName
{
color: #D48CE6;
}
</style>
background-color css
<style>
a { background-color: #D48CE6; }
a { background-color: rgb(212,140,230); }
div.DivClassName
{
background-color: #D48CE6;
}
.BgClassName
{
background-color: #D48CE6;
}
</style>
border-color css
<style>
span { border-color: #D48CE6; }
span { border-color: rgb(212,140,230); }
td.TdClassName
{
border-color: #D48CE6;
}
.TagClassName
{
border-color: #D48CE6;
}
</style>