Shades of Heliotrope #D686EF
Tints of Heliotrope #D686EF
RGB
CMYK
RGB Variations
Color information
#D686EF (or 0xD686EF) is known color: Heliotrope. HEX triplet: D6, 86 and EF. RGB value is (214,134,239). Sum of RGB (Red+Green+Blue) = 214+134+239=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 134 (52.73% from 255 or 22.83% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: blue. Hex color #D686EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D686EF is #297910. Grayscale: #A9A9A9. Windows color (decimal): -2717969 or 15697622. OLE color: 15697622.
HSL color Cylindrical-coordinate representation of color #D686EF: hue angle of 285.71º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D686EF is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 134 | 239 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.06 |
| HSL | 285.71º | 0.77% | 0.73% | - |
| HSV(B) | 285.71º | 0.44% | 0.94% | - |
| XYZ | 51.84 | 37.58 | 86.18 | - |
| YUV | 169.89 | 167 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 134 | 239 | 0.10 | 0.44 | 0 | 0.06 | 285.71 | 0.77 | 0.73 |
| Hex | D6 | 86 | EF | A | 2C | 0 | 6 | 11E | 4D | 49 |
| Octal | 326 | 206 | 357 | 12 | 54 | 0 | 6 | 436 | 115 | 111 |
| Binary | 11010110 | 10000110 | 11101111 | 1010 | 101100 | 0 | 110 | 100011110 | 1001101 | 1001001 |
Color Harmonies of #D686EF
Complementary color
Monochromatic Colors of #D686EF
Black with #D686EF
Text Example
Text Example
White with #D686EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D686EF; }
p { color: rgb(214,134,239); }
H1.HeaderClassName
{
color: #D686EF;
}
.AnyTagClassName
{
color: #D686EF;
}
</style>
background-color css
<style>
a { background-color: #D686EF; }
a { background-color: rgb(214,134,239); }
div.DivClassName
{
background-color: #D686EF;
}
.BgClassName
{
background-color: #D686EF;
}
</style>
border-color css
<style>
span { border-color: #D686EF; }
span { border-color: rgb(214,134,239); }
td.TdClassName
{
border-color: #D686EF;
}
.TagClassName
{
border-color: #D686EF;
}
</style>