Shades of Wisteria #D68AE8
Tints of Wisteria #D68AE8
RGB
CMYK
RGB Variations
Color information
#D68AE8 (or 0xD68AE8) is known color: Wisteria. HEX triplet: D6, 8A and E8. RGB value is (214,138,232). Sum of RGB (Red+Green+Blue) = 214+138+232=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 138 (54.30% from 255 or 23.63% from 584); Blue value is 232 (91.02% from 255 or 39.73% from 584); Max value from RGB is 232 - color contains mainly: blue. Hex color #D68AE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68AE8 is #297517. Grayscale: #ABABAB. Windows color (decimal): -2716952 or 15239894. OLE color: 15239894.
HSL color Cylindrical-coordinate representation of color #D68AE8: hue angle of 288.51º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D68AE8 is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 138 | 232 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.09 |
| HSL | 288.51º | 0.67% | 0.73% | - |
| HSV(B) | 288.51º | 0.41% | 0.91% | - |
| XYZ | 51.39 | 38.3 | 81.03 | - |
| YUV | 171.44 | 162.18 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 138 | 232 | 0.08 | 0.41 | 0 | 0.09 | 288.51 | 0.67 | 0.73 |
| Hex | D6 | 8A | E8 | 8 | 29 | 0 | 9 | 121 | 43 | 49 |
| Octal | 326 | 212 | 350 | 10 | 51 | 0 | 11 | 441 | 103 | 111 |
| Binary | 11010110 | 10001010 | 11101000 | 1000 | 101001 | 0 | 1001 | 100100001 | 1000011 | 1001001 |
Color Harmonies of #D68AE8
Complementary color
Monochromatic Colors of #D68AE8
Black with #D68AE8
Text Example
Text Example
White with #D68AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68AE8; }
p { color: rgb(214,138,232); }
H1.HeaderClassName
{
color: #D68AE8;
}
.AnyTagClassName
{
color: #D68AE8;
}
</style>
background-color css
<style>
a { background-color: #D68AE8; }
a { background-color: rgb(214,138,232); }
div.DivClassName
{
background-color: #D68AE8;
}
.BgClassName
{
background-color: #D68AE8;
}
</style>
border-color css
<style>
span { border-color: #D68AE8; }
span { border-color: rgb(214,138,232); }
td.TdClassName
{
border-color: #D68AE8;
}
.TagClassName
{
border-color: #D68AE8;
}
</style>