Shades of Heliotrope #D786F0
Tints of Heliotrope #D786F0
RGB
CMYK
RGB Variations
Color information
#D786F0 (or 0xD786F0) is known color: Heliotrope. HEX triplet: D7, 86 and F0. RGB value is (215,134,240). Sum of RGB (Red+Green+Blue) = 215+134+240=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 134 (52.73% from 255 or 22.75% from 589); Blue value is 240 (94.14% from 255 or 40.75% from 589); Max value from RGB is 240 - color contains mainly: blue. Hex color #D786F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D786F0 is #28790F. Grayscale: #A9A9A9. Windows color (decimal): -2652432 or 15763159. OLE color: 15763159.
HSL color Cylindrical-coordinate representation of color #D786F0: hue angle of 285.85º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D786F0 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 134 | 240 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.06 |
| HSL | 285.85º | 0.78% | 0.73% | - |
| HSV(B) | 285.85º | 0.44% | 0.94% | - |
| XYZ | 52.28 | 37.79 | 86.98 | - |
| YUV | 170.3 | 167.34 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 134 | 240 | 0.10 | 0.44 | 0 | 0.06 | 285.85 | 0.78 | 0.73 |
| Hex | D7 | 86 | F0 | A | 2C | 0 | 6 | 11E | 4E | 49 |
| Octal | 327 | 206 | 360 | 12 | 54 | 0 | 6 | 436 | 116 | 111 |
| Binary | 11010111 | 10000110 | 11110000 | 1010 | 101100 | 0 | 110 | 100011110 | 1001110 | 1001001 |
Color Harmonies of #D786F0
Complementary color
Monochromatic Colors of #D786F0
Black with #D786F0
Text Example
Text Example
White with #D786F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D786F0; }
p { color: rgb(215,134,240); }
H1.HeaderClassName
{
color: #D786F0;
}
.AnyTagClassName
{
color: #D786F0;
}
</style>
background-color css
<style>
a { background-color: #D786F0; }
a { background-color: rgb(215,134,240); }
div.DivClassName
{
background-color: #D786F0;
}
.BgClassName
{
background-color: #D786F0;
}
</style>
border-color css
<style>
span { border-color: #D786F0; }
span { border-color: rgb(215,134,240); }
td.TdClassName
{
border-color: #D786F0;
}
.TagClassName
{
border-color: #D786F0;
}
</style>