Shades of Heliotrope #D786FA
Tints of Heliotrope #D786FA
RGB
CMYK
RGB Variations
Color information
#D786FA (or 0xD786FA) is known color: Heliotrope. HEX triplet: D7, 86 and FA. RGB value is (215,134,250). Sum of RGB (Red+Green+Blue) = 215+134+250=599 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.89% from 599); Green value is 134 (52.73% from 255 or 22.37% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #D786FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D786FA is #287905. Grayscale: #ABABAB. Windows color (decimal): -2652422 or 16418519. OLE color: 16418519.
HSL color Cylindrical-coordinate representation of color #D786FA: hue angle of 281.9º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D786FA is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 134 | 250 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.02 |
| HSL | 281.9º | 0.92% | 0.75% | - |
| HSV(B) | 281.9º | 0.46% | 0.98% | - |
| XYZ | 53.8 | 38.4 | 95.02 | - |
| YUV | 171.44 | 172.34 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 134 | 250 | 0.14 | 0.46 | 0 | 0.02 | 281.9 | 0.92 | 0.75 |
| Hex | D7 | 86 | FA | E | 2E | 0 | 2 | 11A | 5C | 4B |
| Octal | 327 | 206 | 372 | 16 | 56 | 0 | 2 | 432 | 134 | 113 |
| Binary | 11010111 | 10000110 | 11111010 | 1110 | 101110 | 0 | 10 | 100011010 | 1011100 | 1001011 |
Color Harmonies of #D786FA
Complementary color
Monochromatic Colors of #D786FA
Black with #D786FA
Text Example
Text Example
White with #D786FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D786FA; }
p { color: rgb(215,134,250); }
H1.HeaderClassName
{
color: #D786FA;
}
.AnyTagClassName
{
color: #D786FA;
}
</style>
background-color css
<style>
a { background-color: #D786FA; }
a { background-color: rgb(215,134,250); }
div.DivClassName
{
background-color: #D786FA;
}
.BgClassName
{
background-color: #D786FA;
}
</style>
border-color css
<style>
span { border-color: #D786FA; }
span { border-color: rgb(215,134,250); }
td.TdClassName
{
border-color: #D786FA;
}
.TagClassName
{
border-color: #D786FA;
}
</style>