Shades of Wisteria #D68CE9
Tints of Wisteria #D68CE9
RGB
CMYK
RGB Variations
Color information
#D68CE9 (or 0xD68CE9) is known color: Wisteria. HEX triplet: D6, 8C and E9. RGB value is (214,140,233). Sum of RGB (Red+Green+Blue) = 214+140+233=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 140 (55.08% from 255 or 23.85% from 587); Blue value is 233 (91.41% from 255 or 39.69% from 587); Max value from RGB is 233 - color contains mainly: blue. Hex color #D68CE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68CE9 is #297316. Grayscale: #ACACAC. Windows color (decimal): -2716439 or 15305942. OLE color: 15305942.
HSL color Cylindrical-coordinate representation of color #D68CE9: hue angle of 287.74º 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 #D68CE9 is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 140 | 233 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.09 |
| HSL | 287.74º | 0.68% | 0.73% | - |
| HSV(B) | 287.74º | 0.4% | 0.91% | - |
| XYZ | 51.82 | 38.94 | 81.88 | - |
| YUV | 172.73 | 162.02 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 233 | 0.08 | 0.40 | 0 | 0.09 | 287.74 | 0.68 | 0.73 |
| Hex | D6 | 8C | E9 | 8 | 28 | 0 | 9 | 120 | 44 | 49 |
| Octal | 326 | 214 | 351 | 10 | 50 | 0 | 11 | 440 | 104 | 111 |
| Binary | 11010110 | 10001100 | 11101001 | 1000 | 101000 | 0 | 1001 | 100100000 | 1000100 | 1001001 |
Color Harmonies of #D68CE9
Complementary color
Monochromatic Colors of #D68CE9
Black with #D68CE9
Text Example
Text Example
White with #D68CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68CE9; }
p { color: rgb(214,140,233); }
H1.HeaderClassName
{
color: #D68CE9;
}
.AnyTagClassName
{
color: #D68CE9;
}
</style>
background-color css
<style>
a { background-color: #D68CE9; }
a { background-color: rgb(214,140,233); }
div.DivClassName
{
background-color: #D68CE9;
}
.BgClassName
{
background-color: #D68CE9;
}
</style>
border-color css
<style>
span { border-color: #D68CE9; }
span { border-color: rgb(214,140,233); }
td.TdClassName
{
border-color: #D68CE9;
}
.TagClassName
{
border-color: #D68CE9;
}
</style>