Shades of Heliotrope #D682EE
Tints of Heliotrope #D682EE
RGB
CMYK
RGB Variations
Color information
#D682EE (or 0xD682EE) is known color: Heliotrope. HEX triplet: D6, 82 and EE. RGB value is (214,130,238). Sum of RGB (Red+Green+Blue) = 214+130+238=582 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.77% from 582); Green value is 130 (51.17% from 255 or 22.34% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #D682EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D682EE is #297D11. Grayscale: #A7A7A7. Windows color (decimal): -2718994 or 15631062. OLE color: 15631062.
HSL color Cylindrical-coordinate representation of color #D682EE: hue angle of 286.67º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D682EE is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 130 | 238 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.07 |
| HSL | 286.67º | 0.76% | 0.72% | - |
| HSV(B) | 286.67º | 0.45% | 0.93% | - |
| XYZ | 51.15 | 36.43 | 85.23 | - |
| YUV | 167.43 | 167.83 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 238 | 0.10 | 0.45 | 0 | 0.07 | 286.67 | 0.76 | 0.72 |
| Hex | D6 | 82 | EE | A | 2D | 0 | 7 | 11F | 4C | 48 |
| Octal | 326 | 202 | 356 | 12 | 55 | 0 | 7 | 437 | 114 | 110 |
| Binary | 11010110 | 10000010 | 11101110 | 1010 | 101101 | 0 | 111 | 100011111 | 1001100 | 1001000 |
Color Harmonies of #D682EE
Complementary color
Monochromatic Colors of #D682EE
Black with #D682EE
Text Example
Text Example
White with #D682EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D682EE; }
p { color: rgb(214,130,238); }
H1.HeaderClassName
{
color: #D682EE;
}
.AnyTagClassName
{
color: #D682EE;
}
</style>
background-color css
<style>
a { background-color: #D682EE; }
a { background-color: rgb(214,130,238); }
div.DivClassName
{
background-color: #D682EE;
}
.BgClassName
{
background-color: #D682EE;
}
</style>
border-color css
<style>
span { border-color: #D682EE; }
span { border-color: rgb(214,130,238); }
td.TdClassName
{
border-color: #D682EE;
}
.TagClassName
{
border-color: #D682EE;
}
</style>