Shades of Wisteria #D48CEF
Tints of Wisteria #D48CEF
RGB
CMYK
RGB Variations
Color information
#D48CEF (or 0xD48CEF) is known color: Wisteria. HEX triplet: D4, 8C and EF. RGB value is (212,140,239). Sum of RGB (Red+Green+Blue) = 212+140+239=591 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.87% from 591); Green value is 140 (55.08% from 255 or 23.69% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: blue. Hex color #D48CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48CEF is #2B7310. Grayscale: #ACACAC. Windows color (decimal): -2847505 or 15699156. OLE color: 15699156.
HSL color Cylindrical-coordinate representation of color #D48CEF: hue angle of 283.64º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D48CEF is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 140 | 239 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.06 |
| HSL | 283.64º | 0.76% | 0.74% | - |
| HSV(B) | 283.64º | 0.41% | 0.94% | - |
| XYZ | 52.11 | 38.99 | 86.44 | - |
| YUV | 172.81 | 165.35 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 140 | 239 | 0.11 | 0.41 | 0 | 0.06 | 283.64 | 0.76 | 0.74 |
| Hex | D4 | 8C | EF | B | 29 | 0 | 6 | 11C | 4C | 4A |
| Octal | 324 | 214 | 357 | 13 | 51 | 0 | 6 | 434 | 114 | 112 |
| Binary | 11010100 | 10001100 | 11101111 | 1011 | 101001 | 0 | 110 | 100011100 | 1001100 | 1001010 |
Color Harmonies of #D48CEF
Complementary color
Monochromatic Colors of #D48CEF
Black with #D48CEF
Text Example
Text Example
White with #D48CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48CEF; }
p { color: rgb(212,140,239); }
H1.HeaderClassName
{
color: #D48CEF;
}
.AnyTagClassName
{
color: #D48CEF;
}
</style>
background-color css
<style>
a { background-color: #D48CEF; }
a { background-color: rgb(212,140,239); }
div.DivClassName
{
background-color: #D48CEF;
}
.BgClassName
{
background-color: #D48CEF;
}
</style>
border-color css
<style>
span { border-color: #D48CEF; }
span { border-color: rgb(212,140,239); }
td.TdClassName
{
border-color: #D48CEF;
}
.TagClassName
{
border-color: #D48CEF;
}
</style>