Shades of Heliotrope #D684FF
Tints of Heliotrope #D684FF
RGB
CMYK
RGB Variations
Color information
#D684FF (or 0xD684FF) is known color: Heliotrope. HEX triplet: D6, 84 and FF. RGB value is (214,132,255). Sum of RGB (Red+Green+Blue) = 214+132+255=601 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.61% from 601); Green value is 132 (51.95% from 255 or 21.96% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #D684FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D684FF is #297B00. Grayscale: #AAAAAA. Windows color (decimal): -2718465 or 16745686. OLE color: 16745686.
HSL color Cylindrical-coordinate representation of color #D684FF: hue angle of 280º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D684FF is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 132 | 255 | - |
| CMYK | 0.16 | 0.48 | 0 | 0 |
| HSL | 280º | 1% | 0.76% | - |
| HSV(B) | 280º | 0.48% | 1% | - |
| XYZ | 54.03 | 38.02 | 99.1 | - |
| YUV | 170.54 | 175.67 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 255 | 0.16 | 0.48 | 0 | 0 | 280 | 1 | 0.76 |
| Hex | D6 | 84 | FF | 10 | 30 | 0 | 0 | 118 | 64 | 4C |
| Octal | 326 | 204 | 377 | 20 | 60 | 0 | 0 | 430 | 144 | 114 |
| Binary | 11010110 | 10000100 | 11111111 | 10000 | 110000 | 0 | 0 | 100011000 | 1100100 | 1001100 |
Color Harmonies of #D684FF
Complementary color
Monochromatic Colors of #D684FF
Black with #D684FF
Text Example
Text Example
White with #D684FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D684FF; }
p { color: rgb(214,132,255); }
H1.HeaderClassName
{
color: #D684FF;
}
.AnyTagClassName
{
color: #D684FF;
}
</style>
background-color css
<style>
a { background-color: #D684FF; }
a { background-color: rgb(214,132,255); }
div.DivClassName
{
background-color: #D684FF;
}
.BgClassName
{
background-color: #D684FF;
}
</style>
border-color css
<style>
span { border-color: #D684FF; }
span { border-color: rgb(214,132,255); }
td.TdClassName
{
border-color: #D684FF;
}
.TagClassName
{
border-color: #D684FF;
}
</style>