Shades of Heliotrope #D684EE
Tints of Heliotrope #D684EE
RGB
CMYK
RGB Variations
Color information
#D684EE (or 0xD684EE) is known color: Heliotrope. HEX triplet: D6, 84 and EE. RGB value is (214,132,238). Sum of RGB (Red+Green+Blue) = 214+132+238=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 132 (51.95% from 255 or 22.60% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #D684EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D684EE is #297B11. Grayscale: #A8A8A8. Windows color (decimal): -2718482 or 15631574. OLE color: 15631574.
HSL color Cylindrical-coordinate representation of color #D684EE: hue angle of 286.42º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D684EE is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 132 | 238 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.07 |
| HSL | 286.42º | 0.76% | 0.73% | - |
| HSV(B) | 286.42º | 0.45% | 0.93% | - |
| XYZ | 51.42 | 36.97 | 85.32 | - |
| YUV | 168.6 | 167.17 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 238 | 0.10 | 0.45 | 0 | 0.07 | 286.42 | 0.76 | 0.73 |
| Hex | D6 | 84 | EE | A | 2D | 0 | 7 | 11E | 4C | 49 |
| Octal | 326 | 204 | 356 | 12 | 55 | 0 | 7 | 436 | 114 | 111 |
| Binary | 11010110 | 10000100 | 11101110 | 1010 | 101101 | 0 | 111 | 100011110 | 1001100 | 1001001 |
Color Harmonies of #D684EE
Complementary color
Monochromatic Colors of #D684EE
Black with #D684EE
Text Example
Text Example
White with #D684EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D684EE; }
p { color: rgb(214,132,238); }
H1.HeaderClassName
{
color: #D684EE;
}
.AnyTagClassName
{
color: #D684EE;
}
</style>
background-color css
<style>
a { background-color: #D684EE; }
a { background-color: rgb(214,132,238); }
div.DivClassName
{
background-color: #D684EE;
}
.BgClassName
{
background-color: #D684EE;
}
</style>
border-color css
<style>
span { border-color: #D684EE; }
span { border-color: rgb(214,132,238); }
td.TdClassName
{
border-color: #D684EE;
}
.TagClassName
{
border-color: #D684EE;
}
</style>