Shades of Heliotrope #D686EE
Tints of Heliotrope #D686EE
RGB
CMYK
RGB Variations
Color information
#D686EE (or 0xD686EE) is known color: Heliotrope. HEX triplet: D6, 86 and EE. RGB value is (214,134,238). Sum of RGB (Red+Green+Blue) = 214+134+238=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 134 (52.73% from 255 or 22.87% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #D686EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D686EE is #297911. Grayscale: #A9A9A9. Windows color (decimal): -2717970 or 15632086. OLE color: 15632086.
HSL color Cylindrical-coordinate representation of color #D686EE: hue angle of 286.15º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D686EE is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 134 | 238 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.07 |
| HSL | 286.15º | 0.75% | 0.73% | - |
| HSV(B) | 286.15º | 0.44% | 0.93% | - |
| XYZ | 51.69 | 37.52 | 85.41 | - |
| YUV | 169.78 | 166.5 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 134 | 238 | 0.10 | 0.44 | 0 | 0.07 | 286.15 | 0.75 | 0.73 |
| Hex | D6 | 86 | EE | A | 2C | 0 | 7 | 11E | 4B | 49 |
| Octal | 326 | 206 | 356 | 12 | 54 | 0 | 7 | 436 | 113 | 111 |
| Binary | 11010110 | 10000110 | 11101110 | 1010 | 101100 | 0 | 111 | 100011110 | 1001011 | 1001001 |
Color Harmonies of #D686EE
Complementary color
Monochromatic Colors of #D686EE
Black with #D686EE
Text Example
Text Example
White with #D686EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D686EE; }
p { color: rgb(214,134,238); }
H1.HeaderClassName
{
color: #D686EE;
}
.AnyTagClassName
{
color: #D686EE;
}
</style>
background-color css
<style>
a { background-color: #D686EE; }
a { background-color: rgb(214,134,238); }
div.DivClassName
{
background-color: #D686EE;
}
.BgClassName
{
background-color: #D686EE;
}
</style>
border-color css
<style>
span { border-color: #D686EE; }
span { border-color: rgb(214,134,238); }
td.TdClassName
{
border-color: #D686EE;
}
.TagClassName
{
border-color: #D686EE;
}
</style>