Shades of Heliotrope #D78FFA
Tints of Heliotrope #D78FFA
RGB
CMYK
RGB Variations
Color information
#D78FFA (or 0xD78FFA) is known color: Heliotrope. HEX triplet: D7, 8F and FA. RGB value is (215,143,250). Sum of RGB (Red+Green+Blue) = 215+143+250=608 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.36% from 608); Green value is 143 (56.25% from 255 or 23.52% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #D78FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D78FFA is #287005. Grayscale: #B0B0B0. Windows color (decimal): -2650118 or 16420823. OLE color: 16420823.
HSL color Cylindrical-coordinate representation of color #D78FFA: hue angle of 280.37º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D78FFA is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 143 | 250 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.02 |
| HSL | 280.37º | 0.91% | 0.77% | - |
| HSV(B) | 280.37º | 0.43% | 0.98% | - |
| XYZ | 55.1 | 40.99 | 95.45 | - |
| YUV | 176.73 | 169.35 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 143 | 250 | 0.14 | 0.43 | 0 | 0.02 | 280.37 | 0.91 | 0.77 |
| Hex | D7 | 8F | FA | E | 2B | 0 | 2 | 118 | 5B | 4D |
| Octal | 327 | 217 | 372 | 16 | 53 | 0 | 2 | 430 | 133 | 115 |
| Binary | 11010111 | 10001111 | 11111010 | 1110 | 101011 | 0 | 10 | 100011000 | 1011011 | 1001101 |
Color Harmonies of #D78FFA
Complementary color
Monochromatic Colors of #D78FFA
Black with #D78FFA
Text Example
Text Example
White with #D78FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78FFA; }
p { color: rgb(215,143,250); }
H1.HeaderClassName
{
color: #D78FFA;
}
.AnyTagClassName
{
color: #D78FFA;
}
</style>
background-color css
<style>
a { background-color: #D78FFA; }
a { background-color: rgb(215,143,250); }
div.DivClassName
{
background-color: #D78FFA;
}
.BgClassName
{
background-color: #D78FFA;
}
</style>
border-color css
<style>
span { border-color: #D78FFA; }
span { border-color: rgb(215,143,250); }
td.TdClassName
{
border-color: #D78FFA;
}
.TagClassName
{
border-color: #D78FFA;
}
</style>