Shades of Heliotrope #D286F7
Tints of Heliotrope #D286F7
RGB
CMYK
RGB Variations
Color information
#D286F7 (or 0xD286F7) is known color: Heliotrope. HEX triplet: D2, 86 and F7. RGB value is (210,134,247). Sum of RGB (Red+Green+Blue) = 210+134+247=591 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.53% from 591); Green value is 134 (52.73% from 255 or 22.67% 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 #D286F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D286F7 is #2D7908. Grayscale: #A9A9A9. Windows color (decimal): -2980105 or 16221906. OLE color: 16221906.
HSL color Cylindrical-coordinate representation of color #D286F7: hue angle of 280.35º 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 #D286F7 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 134 | 247 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.03 |
| HSL | 280.35º | 0.88% | 0.75% | - |
| HSV(B) | 280.35º | 0.46% | 0.97% | - |
| XYZ | 51.89 | 37.47 | 92.49 | - |
| YUV | 169.61 | 171.68 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 134 | 247 | 0.15 | 0.46 | 0 | 0.03 | 280.35 | 0.88 | 0.75 |
| Hex | D2 | 86 | F7 | F | 2E | 0 | 3 | 118 | 58 | 4B |
| Octal | 322 | 206 | 367 | 17 | 56 | 0 | 3 | 430 | 130 | 113 |
| Binary | 11010010 | 10000110 | 11110111 | 1111 | 101110 | 0 | 11 | 100011000 | 1011000 | 1001011 |
Color Harmonies of #D286F7
Complementary color
Monochromatic Colors of #D286F7
Black with #D286F7
Text Example
Text Example
White with #D286F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D286F7; }
p { color: rgb(210,134,247); }
H1.HeaderClassName
{
color: #D286F7;
}
.AnyTagClassName
{
color: #D286F7;
}
</style>
background-color css
<style>
a { background-color: #D286F7; }
a { background-color: rgb(210,134,247); }
div.DivClassName
{
background-color: #D286F7;
}
.BgClassName
{
background-color: #D286F7;
}
</style>
border-color css
<style>
span { border-color: #D286F7; }
span { border-color: rgb(210,134,247); }
td.TdClassName
{
border-color: #D286F7;
}
.TagClassName
{
border-color: #D286F7;
}
</style>