Shades of Wisteria #D68BEC
Tints of Wisteria #D68BEC
RGB
CMYK
RGB Variations
Color information
#D68BEC (or 0xD68BEC) is known color: Wisteria. HEX triplet: D6, 8B and EC. RGB value is (214,139,236). Sum of RGB (Red+Green+Blue) = 214+139+236=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 139 (54.69% from 255 or 23.60% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #D68BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68BEC is #297413. Grayscale: #ACACAC. Windows color (decimal): -2716692 or 15502294. OLE color: 15502294.
HSL color Cylindrical-coordinate representation of color #D68BEC: hue angle of 286.39º degrees, saturation: 0.72, 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 #D68BEC is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 139 | 236 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.07 |
| HSL | 286.39º | 0.72% | 0.74% | - |
| HSV(B) | 286.39º | 0.41% | 0.93% | - |
| XYZ | 52.1 | 38.82 | 84.1 | - |
| YUV | 172.48 | 163.85 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 139 | 236 | 0.09 | 0.41 | 0 | 0.07 | 286.39 | 0.72 | 0.74 |
| Hex | D6 | 8B | EC | 9 | 29 | 0 | 7 | 11E | 48 | 4A |
| Octal | 326 | 213 | 354 | 11 | 51 | 0 | 7 | 436 | 110 | 112 |
| Binary | 11010110 | 10001011 | 11101100 | 1001 | 101001 | 0 | 111 | 100011110 | 1001000 | 1001010 |
Color Harmonies of #D68BEC
Complementary color
Monochromatic Colors of #D68BEC
Black with #D68BEC
Text Example
Text Example
White with #D68BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68BEC; }
p { color: rgb(214,139,236); }
H1.HeaderClassName
{
color: #D68BEC;
}
.AnyTagClassName
{
color: #D68BEC;
}
</style>
background-color css
<style>
a { background-color: #D68BEC; }
a { background-color: rgb(214,139,236); }
div.DivClassName
{
background-color: #D68BEC;
}
.BgClassName
{
background-color: #D68BEC;
}
</style>
border-color css
<style>
span { border-color: #D68BEC; }
span { border-color: rgb(214,139,236); }
td.TdClassName
{
border-color: #D68BEC;
}
.TagClassName
{
border-color: #D68BEC;
}
</style>