Shades of Wisteria #D68BE9
Tints of Wisteria #D68BE9
RGB
CMYK
RGB Variations
Color information
#D68BE9 (or 0xD68BE9) is known color: Wisteria. HEX triplet: D6, 8B and E9. RGB value is (214,139,233). Sum of RGB (Red+Green+Blue) = 214+139+233=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 139 (54.69% from 255 or 23.72% from 586); Blue value is 233 (91.41% from 255 or 39.76% from 586); Max value from RGB is 233 - color contains mainly: blue. Hex color #D68BE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68BE9 is #297416. Grayscale: #ABABAB. Windows color (decimal): -2716695 or 15305686. OLE color: 15305686.
HSL color Cylindrical-coordinate representation of color #D68BE9: hue angle of 287.87º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D68BE9 is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 139 | 233 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.09 |
| HSL | 287.87º | 0.68% | 0.73% | - |
| HSV(B) | 287.87º | 0.4% | 0.91% | - |
| XYZ | 51.67 | 38.64 | 81.83 | - |
| YUV | 172.14 | 162.35 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 139 | 233 | 0.08 | 0.40 | 0 | 0.09 | 287.87 | 0.68 | 0.73 |
| Hex | D6 | 8B | E9 | 8 | 28 | 0 | 9 | 120 | 44 | 49 |
| Octal | 326 | 213 | 351 | 10 | 50 | 0 | 11 | 440 | 104 | 111 |
| Binary | 11010110 | 10001011 | 11101001 | 1000 | 101000 | 0 | 1001 | 100100000 | 1000100 | 1001001 |
Color Harmonies of #D68BE9
Complementary color
Monochromatic Colors of #D68BE9
Black with #D68BE9
Text Example
Text Example
White with #D68BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68BE9; }
p { color: rgb(214,139,233); }
H1.HeaderClassName
{
color: #D68BE9;
}
.AnyTagClassName
{
color: #D68BE9;
}
</style>
background-color css
<style>
a { background-color: #D68BE9; }
a { background-color: rgb(214,139,233); }
div.DivClassName
{
background-color: #D68BE9;
}
.BgClassName
{
background-color: #D68BE9;
}
</style>
border-color css
<style>
span { border-color: #D68BE9; }
span { border-color: rgb(214,139,233); }
td.TdClassName
{
border-color: #D68BE9;
}
.TagClassName
{
border-color: #D68BE9;
}
</style>