Shades of Heliotrope #D685F7
Tints of Heliotrope #D685F7
RGB
CMYK
RGB Variations
Color information
#D685F7 (or 0xD685F7) is known color: Heliotrope. HEX triplet: D6, 85 and F7. RGB value is (214,133,247). Sum of RGB (Red+Green+Blue) = 214+133+247=594 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.03% from 594); Green value is 133 (52.34% from 255 or 22.39% from 594); Blue value is 247 (96.88% from 255 or 41.58% from 594); Max value from RGB is 247 - color contains mainly: blue. Hex color #D685F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D685F7 is #297A08. Grayscale: #A9A9A9. Windows color (decimal): -2718217 or 16221654. OLE color: 16221654.
HSL color Cylindrical-coordinate representation of color #D685F7: hue angle of 282.63º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D685F7 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 133 | 247 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.03 |
| HSL | 282.63º | 0.88% | 0.75% | - |
| HSV(B) | 282.63º | 0.46% | 0.97% | - |
| XYZ | 52.91 | 37.79 | 92.5 | - |
| YUV | 170.22 | 171.34 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 247 | 0.13 | 0.46 | 0 | 0.03 | 282.63 | 0.88 | 0.75 |
| Hex | D6 | 85 | F7 | D | 2E | 0 | 3 | 11B | 58 | 4B |
| Octal | 326 | 205 | 367 | 15 | 56 | 0 | 3 | 433 | 130 | 113 |
| Binary | 11010110 | 10000101 | 11110111 | 1101 | 101110 | 0 | 11 | 100011011 | 1011000 | 1001011 |
Color Harmonies of #D685F7
Complementary color
Monochromatic Colors of #D685F7
Black with #D685F7
Text Example
Text Example
White with #D685F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D685F7; }
p { color: rgb(214,133,247); }
H1.HeaderClassName
{
color: #D685F7;
}
.AnyTagClassName
{
color: #D685F7;
}
</style>
background-color css
<style>
a { background-color: #D685F7; }
a { background-color: rgb(214,133,247); }
div.DivClassName
{
background-color: #D685F7;
}
.BgClassName
{
background-color: #D685F7;
}
</style>
border-color css
<style>
span { border-color: #D685F7; }
span { border-color: rgb(214,133,247); }
td.TdClassName
{
border-color: #D685F7;
}
.TagClassName
{
border-color: #D685F7;
}
</style>