Shades of Heliotrope #D688EE
Tints of Heliotrope #D688EE
RGB
CMYK
RGB Variations
Color information
#D688EE (or 0xD688EE) is known color: Heliotrope. HEX triplet: D6, 88 and EE. RGB value is (214,136,238). Sum of RGB (Red+Green+Blue) = 214+136+238=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 136 (53.52% from 255 or 23.13% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #D688EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D688EE is #297711. Grayscale: #AAAAAA. Windows color (decimal): -2717458 or 15632598. OLE color: 15632598.
HSL color Cylindrical-coordinate representation of color #D688EE: hue angle of 285.88º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D688EE is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 136 | 238 | - |
| CMYK | 0.10 | 0.43 | 0 | 0.07 |
| HSL | 285.88º | 0.75% | 0.73% | - |
| HSV(B) | 285.88º | 0.43% | 0.93% | - |
| XYZ | 51.97 | 38.08 | 85.5 | - |
| YUV | 170.95 | 165.84 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 136 | 238 | 0.10 | 0.43 | 0 | 0.07 | 285.88 | 0.75 | 0.73 |
| Hex | D6 | 88 | EE | A | 2B | 0 | 7 | 11E | 4B | 49 |
| Octal | 326 | 210 | 356 | 12 | 53 | 0 | 7 | 436 | 113 | 111 |
| Binary | 11010110 | 10001000 | 11101110 | 1010 | 101011 | 0 | 111 | 100011110 | 1001011 | 1001001 |
Color Harmonies of #D688EE
Complementary color
Monochromatic Colors of #D688EE
Black with #D688EE
Text Example
Text Example
White with #D688EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D688EE; }
p { color: rgb(214,136,238); }
H1.HeaderClassName
{
color: #D688EE;
}
.AnyTagClassName
{
color: #D688EE;
}
</style>
background-color css
<style>
a { background-color: #D688EE; }
a { background-color: rgb(214,136,238); }
div.DivClassName
{
background-color: #D688EE;
}
.BgClassName
{
background-color: #D688EE;
}
</style>
border-color css
<style>
span { border-color: #D688EE; }
span { border-color: rgb(214,136,238); }
td.TdClassName
{
border-color: #D688EE;
}
.TagClassName
{
border-color: #D688EE;
}
</style>