Shades of Heliotrope #D688EC
Tints of Heliotrope #D688EC
RGB
CMYK
RGB Variations
Color information
#D688EC (or 0xD688EC) is known color: Heliotrope. HEX triplet: D6, 88 and EC. RGB value is (214,136,236). Sum of RGB (Red+Green+Blue) = 214+136+236=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 136 (53.52% from 255 or 23.21% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 236 - color contains mainly: blue. Hex color #D688EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D688EC is #297713. Grayscale: #AAAAAA. Windows color (decimal): -2717460 or 15501526. OLE color: 15501526.
HSL color Cylindrical-coordinate representation of color #D688EC: hue angle of 286.8º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D688EC is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 136 | 236 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.07 |
| HSL | 286.8º | 0.72% | 0.73% | - |
| HSV(B) | 286.8º | 0.42% | 0.93% | - |
| XYZ | 51.68 | 37.96 | 83.96 | - |
| YUV | 170.72 | 164.84 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 136 | 236 | 0.09 | 0.42 | 0 | 0.07 | 286.8 | 0.72 | 0.73 |
| Hex | D6 | 88 | EC | 9 | 2A | 0 | 7 | 11F | 48 | 49 |
| Octal | 326 | 210 | 354 | 11 | 52 | 0 | 7 | 437 | 110 | 111 |
| Binary | 11010110 | 10001000 | 11101100 | 1001 | 101010 | 0 | 111 | 100011111 | 1001000 | 1001001 |
Color Harmonies of #D688EC
Complementary color
Monochromatic Colors of #D688EC
Black with #D688EC
Text Example
Text Example
White with #D688EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D688EC; }
p { color: rgb(214,136,236); }
H1.HeaderClassName
{
color: #D688EC;
}
.AnyTagClassName
{
color: #D688EC;
}
</style>
background-color css
<style>
a { background-color: #D688EC; }
a { background-color: rgb(214,136,236); }
div.DivClassName
{
background-color: #D688EC;
}
.BgClassName
{
background-color: #D688EC;
}
</style>
border-color css
<style>
span { border-color: #D688EC; }
span { border-color: rgb(214,136,236); }
td.TdClassName
{
border-color: #D688EC;
}
.TagClassName
{
border-color: #D688EC;
}
</style>