Shades of Heliotrope #D680EE
Tints of Heliotrope #D680EE
RGB
CMYK
RGB Variations
Color information
#D680EE (or 0xD680EE) is known color: Heliotrope. HEX triplet: D6, 80 and EE. RGB value is (214,128,238). Sum of RGB (Red+Green+Blue) = 214+128+238=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 128 (50.39% from 255 or 22.07% from 580); Blue value is 238 (93.36% from 255 or 41.03% from 580); Max value from RGB is 238 - color contains mainly: blue. Hex color #D680EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D680EE is #297F11. Grayscale: #A5A5A5. Windows color (decimal): -2719506 or 15630550. OLE color: 15630550.
HSL color Cylindrical-coordinate representation of color #D680EE: hue angle of 286.91º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D680EE is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 128 | 238 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.07 |
| HSL | 286.91º | 0.76% | 0.72% | - |
| HSV(B) | 286.91º | 0.46% | 0.93% | - |
| XYZ | 50.88 | 35.91 | 85.14 | - |
| YUV | 166.25 | 168.49 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 128 | 238 | 0.10 | 0.46 | 0 | 0.07 | 286.91 | 0.76 | 0.72 |
| Hex | D6 | 80 | EE | A | 2E | 0 | 7 | 11F | 4C | 48 |
| Octal | 326 | 200 | 356 | 12 | 56 | 0 | 7 | 437 | 114 | 110 |
| Binary | 11010110 | 10000000 | 11101110 | 1010 | 101110 | 0 | 111 | 100011111 | 1001100 | 1001000 |
Color Harmonies of #D680EE
Complementary color
Monochromatic Colors of #D680EE
Black with #D680EE
Text Example
Text Example
White with #D680EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D680EE; }
p { color: rgb(214,128,238); }
H1.HeaderClassName
{
color: #D680EE;
}
.AnyTagClassName
{
color: #D680EE;
}
</style>
background-color css
<style>
a { background-color: #D680EE; }
a { background-color: rgb(214,128,238); }
div.DivClassName
{
background-color: #D680EE;
}
.BgClassName
{
background-color: #D680EE;
}
</style>
border-color css
<style>
span { border-color: #D680EE; }
span { border-color: rgb(214,128,238); }
td.TdClassName
{
border-color: #D680EE;
}
.TagClassName
{
border-color: #D680EE;
}
</style>