Shades of Heliotrope #D682F7
Tints of Heliotrope #D682F7
RGB
CMYK
RGB Variations
Color information
#D682F7 (or 0xD682F7) is known color: Heliotrope. HEX triplet: D6, 82 and F7. RGB value is (214,130,247). Sum of RGB (Red+Green+Blue) = 214+130+247=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 130 (51.17% from 255 or 22.00% from 591); Blue value is 247 (96.88% from 255 or 41.79% from 591); Max value from RGB is 247 - color contains mainly: blue. Hex color #D682F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D682F7 is #297D08. Grayscale: #A8A8A8. Windows color (decimal): -2718985 or 16220886. OLE color: 16220886.
HSL color Cylindrical-coordinate representation of color #D682F7: hue angle of 283.08º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D682F7 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 130 | 247 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.03 |
| HSL | 283.08º | 0.88% | 0.74% | - |
| HSV(B) | 283.08º | 0.47% | 0.97% | - |
| XYZ | 52.5 | 36.98 | 92.37 | - |
| YUV | 168.45 | 172.33 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 247 | 0.13 | 0.47 | 0 | 0.03 | 283.08 | 0.88 | 0.74 |
| Hex | D6 | 82 | F7 | D | 2F | 0 | 3 | 11B | 58 | 4A |
| Octal | 326 | 202 | 367 | 15 | 57 | 0 | 3 | 433 | 130 | 112 |
| Binary | 11010110 | 10000010 | 11110111 | 1101 | 101111 | 0 | 11 | 100011011 | 1011000 | 1001010 |
Color Harmonies of #D682F7
Complementary color
Monochromatic Colors of #D682F7
Black with #D682F7
Text Example
Text Example
White with #D682F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D682F7; }
p { color: rgb(214,130,247); }
H1.HeaderClassName
{
color: #D682F7;
}
.AnyTagClassName
{
color: #D682F7;
}
</style>
background-color css
<style>
a { background-color: #D682F7; }
a { background-color: rgb(214,130,247); }
div.DivClassName
{
background-color: #D682F7;
}
.BgClassName
{
background-color: #D682F7;
}
</style>
border-color css
<style>
span { border-color: #D682F7; }
span { border-color: rgb(214,130,247); }
td.TdClassName
{
border-color: #D682F7;
}
.TagClassName
{
border-color: #D682F7;
}
</style>