Shades of Heliotrope #D286ED
Tints of Heliotrope #D286ED
RGB
CMYK
RGB Variations
Color information
#D286ED (or 0xD286ED) is known color: Heliotrope. HEX triplet: D2, 86 and ED. RGB value is (210,134,237). Sum of RGB (Red+Green+Blue) = 210+134+237=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 134 (52.73% from 255 or 23.06% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #D286ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D286ED is #2D7912. Grayscale: #A8A8A8. Windows color (decimal): -2980115 or 15566546. OLE color: 15566546.
HSL color Cylindrical-coordinate representation of color #D286ED: hue angle of 284.27º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D286ED is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 134 | 237 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.07 |
| HSL | 284.27º | 0.74% | 0.73% | - |
| HSV(B) | 284.27º | 0.43% | 0.93% | - |
| XYZ | 50.39 | 36.87 | 84.58 | - |
| YUV | 168.47 | 166.68 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 134 | 237 | 0.11 | 0.43 | 0 | 0.07 | 284.27 | 0.74 | 0.73 |
| Hex | D2 | 86 | ED | B | 2B | 0 | 7 | 11C | 4A | 49 |
| Octal | 322 | 206 | 355 | 13 | 53 | 0 | 7 | 434 | 112 | 111 |
| Binary | 11010010 | 10000110 | 11101101 | 1011 | 101011 | 0 | 111 | 100011100 | 1001010 | 1001001 |
Color Harmonies of #D286ED
Complementary color
Monochromatic Colors of #D286ED
Black with #D286ED
Text Example
Text Example
White with #D286ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D286ED; }
p { color: rgb(210,134,237); }
H1.HeaderClassName
{
color: #D286ED;
}
.AnyTagClassName
{
color: #D286ED;
}
</style>
background-color css
<style>
a { background-color: #D286ED; }
a { background-color: rgb(210,134,237); }
div.DivClassName
{
background-color: #D286ED;
}
.BgClassName
{
background-color: #D286ED;
}
</style>
border-color css
<style>
span { border-color: #D286ED; }
span { border-color: rgb(210,134,237); }
td.TdClassName
{
border-color: #D286ED;
}
.TagClassName
{
border-color: #D286ED;
}
</style>