Shades of Heliotrope #D682F1
Tints of Heliotrope #D682F1
RGB
CMYK
RGB Variations
Color information
#D682F1 (or 0xD682F1) is known color: Heliotrope. HEX triplet: D6, 82 and F1. RGB value is (214,130,241). Sum of RGB (Red+Green+Blue) = 214+130+241=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 130 (51.17% from 255 or 22.22% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 241 - color contains mainly: blue. Hex color #D682F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D682F1 is #297D0E. Grayscale: #A7A7A7. Windows color (decimal): -2718991 or 15827670. OLE color: 15827670.
HSL color Cylindrical-coordinate representation of color #D682F1: hue angle of 285.41º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D682F1 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 130 | 241 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.05 |
| HSL | 285.41º | 0.8% | 0.73% | - |
| HSV(B) | 285.41º | 0.46% | 0.95% | - |
| XYZ | 51.59 | 36.61 | 87.57 | - |
| YUV | 167.77 | 169.33 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 241 | 0.11 | 0.46 | 0 | 0.05 | 285.41 | 0.8 | 0.73 |
| Hex | D6 | 82 | F1 | B | 2E | 0 | 5 | 11D | 50 | 49 |
| Octal | 326 | 202 | 361 | 13 | 56 | 0 | 5 | 435 | 120 | 111 |
| Binary | 11010110 | 10000010 | 11110001 | 1011 | 101110 | 0 | 101 | 100011101 | 1010000 | 1001001 |
Color Harmonies of #D682F1
Complementary color
Monochromatic Colors of #D682F1
Black with #D682F1
Text Example
Text Example
White with #D682F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D682F1; }
p { color: rgb(214,130,241); }
H1.HeaderClassName
{
color: #D682F1;
}
.AnyTagClassName
{
color: #D682F1;
}
</style>
background-color css
<style>
a { background-color: #D682F1; }
a { background-color: rgb(214,130,241); }
div.DivClassName
{
background-color: #D682F1;
}
.BgClassName
{
background-color: #D682F1;
}
</style>
border-color css
<style>
span { border-color: #D682F1; }
span { border-color: rgb(214,130,241); }
td.TdClassName
{
border-color: #D682F1;
}
.TagClassName
{
border-color: #D682F1;
}
</style>