Shades of Wisteria #D68FEC
Tints of Wisteria #D68FEC
RGB
CMYK
RGB Variations
Color information
#D68FEC (or 0xD68FEC) is known color: Wisteria. HEX triplet: D6, 8F and EC. RGB value is (214,143,236). Sum of RGB (Red+Green+Blue) = 214+143+236=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 143 (56.25% from 255 or 24.11% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #D68FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68FEC is #297013. Grayscale: #AEAEAE. Windows color (decimal): -2715668 or 15503318. OLE color: 15503318.
HSL color Cylindrical-coordinate representation of color #D68FEC: hue angle of 285.81º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D68FEC is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 143 | 236 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.07 |
| HSL | 285.81º | 0.71% | 0.74% | - |
| HSV(B) | 285.81º | 0.39% | 0.93% | - |
| XYZ | 52.69 | 40 | 84.3 | - |
| YUV | 174.83 | 162.52 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 143 | 236 | 0.09 | 0.39 | 0 | 0.07 | 285.81 | 0.71 | 0.74 |
| Hex | D6 | 8F | EC | 9 | 27 | 0 | 7 | 11E | 47 | 4A |
| Octal | 326 | 217 | 354 | 11 | 47 | 0 | 7 | 436 | 107 | 112 |
| Binary | 11010110 | 10001111 | 11101100 | 1001 | 100111 | 0 | 111 | 100011110 | 1000111 | 1001010 |
Color Harmonies of #D68FEC
Complementary color
Monochromatic Colors of #D68FEC
Black with #D68FEC
Text Example
Text Example
White with #D68FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68FEC; }
p { color: rgb(214,143,236); }
H1.HeaderClassName
{
color: #D68FEC;
}
.AnyTagClassName
{
color: #D68FEC;
}
</style>
background-color css
<style>
a { background-color: #D68FEC; }
a { background-color: rgb(214,143,236); }
div.DivClassName
{
background-color: #D68FEC;
}
.BgClassName
{
background-color: #D68FEC;
}
</style>
border-color css
<style>
span { border-color: #D68FEC; }
span { border-color: rgb(214,143,236); }
td.TdClassName
{
border-color: #D68FEC;
}
.TagClassName
{
border-color: #D68FEC;
}
</style>