Shades of Heliotrope #D688F6
Tints of Heliotrope #D688F6
RGB
CMYK
RGB Variations
Color information
#D688F6 (or 0xD688F6) is known color: Heliotrope. HEX triplet: D6, 88 and F6. RGB value is (214,136,246). Sum of RGB (Red+Green+Blue) = 214+136+246=596 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.91% from 596); Green value is 136 (53.52% from 255 or 22.82% from 596); Blue value is 246 (96.48% from 255 or 41.28% from 596); Max value from RGB is 246 - color contains mainly: blue. Hex color #D688F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D688F6 is #297709. Grayscale: #ABABAB. Windows color (decimal): -2717450 or 16156886. OLE color: 16156886.
HSL color Cylindrical-coordinate representation of color #D688F6: hue angle of 282.55º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D688F6 is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 136 | 246 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.04 |
| HSL | 282.55º | 0.86% | 0.75% | - |
| HSV(B) | 282.55º | 0.45% | 0.96% | - |
| XYZ | 53.17 | 38.56 | 91.83 | - |
| YUV | 171.86 | 169.84 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 136 | 246 | 0.13 | 0.45 | 0 | 0.04 | 282.55 | 0.86 | 0.75 |
| Hex | D6 | 88 | F6 | D | 2D | 0 | 4 | 11B | 56 | 4B |
| Octal | 326 | 210 | 366 | 15 | 55 | 0 | 4 | 433 | 126 | 113 |
| Binary | 11010110 | 10001000 | 11110110 | 1101 | 101101 | 0 | 100 | 100011011 | 1010110 | 1001011 |
Color Harmonies of #D688F6
Complementary color
Monochromatic Colors of #D688F6
Black with #D688F6
Text Example
Text Example
White with #D688F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D688F6; }
p { color: rgb(214,136,246); }
H1.HeaderClassName
{
color: #D688F6;
}
.AnyTagClassName
{
color: #D688F6;
}
</style>
background-color css
<style>
a { background-color: #D688F6; }
a { background-color: rgb(214,136,246); }
div.DivClassName
{
background-color: #D688F6;
}
.BgClassName
{
background-color: #D688F6;
}
</style>
border-color css
<style>
span { border-color: #D688F6; }
span { border-color: rgb(214,136,246); }
td.TdClassName
{
border-color: #D688F6;
}
.TagClassName
{
border-color: #D688F6;
}
</style>