Shades of Heliotrope #D785F0
Tints of Heliotrope #D785F0
RGB
CMYK
RGB Variations
Color information
#D785F0 (or 0xD785F0) is known color: Heliotrope. HEX triplet: D7, 85 and F0. RGB value is (215,133,240). Sum of RGB (Red+Green+Blue) = 215+133+240=588 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.56% from 588); Green value is 133 (52.34% from 255 or 22.62% from 588); Blue value is 240 (94.14% from 255 or 40.82% from 588); Max value from RGB is 240 - color contains mainly: blue. Hex color #D785F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D785F0 is #287A0F. Grayscale: #A9A9A9. Windows color (decimal): -2652688 or 15762903. OLE color: 15762903.
HSL color Cylindrical-coordinate representation of color #D785F0: hue angle of 285.98º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D785F0 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 133 | 240 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.06 |
| HSL | 285.98º | 0.78% | 0.73% | - |
| HSV(B) | 285.98º | 0.45% | 0.94% | - |
| XYZ | 52.14 | 37.51 | 86.93 | - |
| YUV | 169.72 | 167.67 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 133 | 240 | 0.10 | 0.45 | 0 | 0.06 | 285.98 | 0.78 | 0.73 |
| Hex | D7 | 85 | F0 | A | 2D | 0 | 6 | 11E | 4E | 49 |
| Octal | 327 | 205 | 360 | 12 | 55 | 0 | 6 | 436 | 116 | 111 |
| Binary | 11010111 | 10000101 | 11110000 | 1010 | 101101 | 0 | 110 | 100011110 | 1001110 | 1001001 |
Color Harmonies of #D785F0
Complementary color
Monochromatic Colors of #D785F0
Black with #D785F0
Text Example
Text Example
White with #D785F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D785F0; }
p { color: rgb(215,133,240); }
H1.HeaderClassName
{
color: #D785F0;
}
.AnyTagClassName
{
color: #D785F0;
}
</style>
background-color css
<style>
a { background-color: #D785F0; }
a { background-color: rgb(215,133,240); }
div.DivClassName
{
background-color: #D785F0;
}
.BgClassName
{
background-color: #D785F0;
}
</style>
border-color css
<style>
span { border-color: #D785F0; }
span { border-color: rgb(215,133,240); }
td.TdClassName
{
border-color: #D785F0;
}
.TagClassName
{
border-color: #D785F0;
}
</style>