Shades of Heliotrope #D785F5
Tints of Heliotrope #D785F5
RGB
CMYK
RGB Variations
Color information
#D785F5 (or 0xD785F5) is known color: Heliotrope. HEX triplet: D7, 85 and F5. RGB value is (215,133,245). Sum of RGB (Red+Green+Blue) = 215+133+245=593 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.26% from 593); Green value is 133 (52.34% from 255 or 22.43% from 593); Blue value is 245 (96.09% from 255 or 41.32% from 593); Max value from RGB is 245 - color contains mainly: blue. Hex color #D785F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D785F5 is #287A0A. Grayscale: #A9A9A9. Windows color (decimal): -2652683 or 16090583. OLE color: 16090583.
HSL color Cylindrical-coordinate representation of color #D785F5: hue angle of 283.93º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D785F5 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 133 | 245 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.04 |
| HSL | 283.93º | 0.85% | 0.74% | - |
| HSV(B) | 283.93º | 0.46% | 0.96% | - |
| XYZ | 52.89 | 37.81 | 90.9 | - |
| YUV | 170.29 | 170.17 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 133 | 245 | 0.12 | 0.46 | 0 | 0.04 | 283.93 | 0.85 | 0.74 |
| Hex | D7 | 85 | F5 | C | 2E | 0 | 4 | 11C | 55 | 4A |
| Octal | 327 | 205 | 365 | 14 | 56 | 0 | 4 | 434 | 125 | 112 |
| Binary | 11010111 | 10000101 | 11110101 | 1100 | 101110 | 0 | 100 | 100011100 | 1010101 | 1001010 |
Color Harmonies of #D785F5
Complementary color
Monochromatic Colors of #D785F5
Black with #D785F5
Text Example
Text Example
White with #D785F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D785F5; }
p { color: rgb(215,133,245); }
H1.HeaderClassName
{
color: #D785F5;
}
.AnyTagClassName
{
color: #D785F5;
}
</style>
background-color css
<style>
a { background-color: #D785F5; }
a { background-color: rgb(215,133,245); }
div.DivClassName
{
background-color: #D785F5;
}
.BgClassName
{
background-color: #D785F5;
}
</style>
border-color css
<style>
span { border-color: #D785F5; }
span { border-color: rgb(215,133,245); }
td.TdClassName
{
border-color: #D785F5;
}
.TagClassName
{
border-color: #D785F5;
}
</style>