Shades of Heliotrope #D688FF
Tints of Heliotrope #D688FF
RGB
CMYK
RGB Variations
Color information
#D688FF (or 0xD688FF) is known color: Heliotrope. HEX triplet: D6, 88 and FF. RGB value is (214,136,255). Sum of RGB (Red+Green+Blue) = 214+136+255=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 136 (53.52% from 255 or 22.48% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #D688FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D688FF is #297700. Grayscale: #ACACAC. Windows color (decimal): -2717441 or 16746710. OLE color: 16746710.
HSL color Cylindrical-coordinate representation of color #D688FF: hue angle of 279.33º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D688FF is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 136 | 255 | - |
| CMYK | 0.16 | 0.47 | 0 | 0 |
| HSL | 279.33º | 1% | 0.77% | - |
| HSV(B) | 279.33º | 0.47% | 1% | - |
| XYZ | 54.59 | 39.12 | 99.28 | - |
| YUV | 172.89 | 174.34 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 136 | 255 | 0.16 | 0.47 | 0 | 0 | 279.33 | 1 | 0.77 |
| Hex | D6 | 88 | FF | 10 | 2F | 0 | 0 | 117 | 64 | 4D |
| Octal | 326 | 210 | 377 | 20 | 57 | 0 | 0 | 427 | 144 | 115 |
| Binary | 11010110 | 10001000 | 11111111 | 10000 | 101111 | 0 | 0 | 100010111 | 1100100 | 1001101 |
Color Harmonies of #D688FF
Complementary color
Monochromatic Colors of #D688FF
Black with #D688FF
Text Example
Text Example
White with #D688FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D688FF; }
p { color: rgb(214,136,255); }
H1.HeaderClassName
{
color: #D688FF;
}
.AnyTagClassName
{
color: #D688FF;
}
</style>
background-color css
<style>
a { background-color: #D688FF; }
a { background-color: rgb(214,136,255); }
div.DivClassName
{
background-color: #D688FF;
}
.BgClassName
{
background-color: #D688FF;
}
</style>
border-color css
<style>
span { border-color: #D688FF; }
span { border-color: rgb(214,136,255); }
td.TdClassName
{
border-color: #D688FF;
}
.TagClassName
{
border-color: #D688FF;
}
</style>