Shades of Heliotrope #D682FF
Tints of Heliotrope #D682FF
RGB
CMYK
RGB Variations
Color information
#D682FF (or 0xD682FF) is known color: Heliotrope. HEX triplet: D6, 82 and FF. RGB value is (214,130,255). Sum of RGB (Red+Green+Blue) = 214+130+255=599 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.73% from 599); Green value is 130 (51.17% from 255 or 21.70% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #D682FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D682FF is #297D00. Grayscale: #A8A8A8. Windows color (decimal): -2718977 or 16745174. OLE color: 16745174.
HSL color Cylindrical-coordinate representation of color #D682FF: hue angle of 280.32º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D682FF is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 130 | 255 | - |
| CMYK | 0.16 | 0.49 | 0 | 0 |
| HSL | 280.32º | 1% | 0.75% | - |
| HSV(B) | 280.32º | 0.49% | 1% | - |
| XYZ | 53.76 | 37.48 | 99.01 | - |
| YUV | 169.37 | 176.33 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 255 | 0.16 | 0.49 | 0 | 0 | 280.32 | 1 | 0.75 |
| Hex | D6 | 82 | FF | 10 | 31 | 0 | 0 | 118 | 64 | 4B |
| Octal | 326 | 202 | 377 | 20 | 61 | 0 | 0 | 430 | 144 | 113 |
| Binary | 11010110 | 10000010 | 11111111 | 10000 | 110001 | 0 | 0 | 100011000 | 1100100 | 1001011 |
Color Harmonies of #D682FF
Complementary color
Monochromatic Colors of #D682FF
Black with #D682FF
Text Example
Text Example
White with #D682FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D682FF; }
p { color: rgb(214,130,255); }
H1.HeaderClassName
{
color: #D682FF;
}
.AnyTagClassName
{
color: #D682FF;
}
</style>
background-color css
<style>
a { background-color: #D682FF; }
a { background-color: rgb(214,130,255); }
div.DivClassName
{
background-color: #D682FF;
}
.BgClassName
{
background-color: #D682FF;
}
</style>
border-color css
<style>
span { border-color: #D682FF; }
span { border-color: rgb(214,130,255); }
td.TdClassName
{
border-color: #D682FF;
}
.TagClassName
{
border-color: #D682FF;
}
</style>