Shades of Heliotrope #D78FF8
Tints of Heliotrope #D78FF8
RGB
CMYK
RGB Variations
Color information
#D78FF8 (or 0xD78FF8) is known color: Heliotrope. HEX triplet: D7, 8F and F8. RGB value is (215,143,248). Sum of RGB (Red+Green+Blue) = 215+143+248=606 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.48% from 606); Green value is 143 (56.25% from 255 or 23.60% from 606); Blue value is 248 (97.27% from 255 or 40.92% from 606); Max value from RGB is 248 - color contains mainly: blue. Hex color #D78FF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D78FF8 is #287007. Grayscale: #B0B0B0. Windows color (decimal): -2650120 or 16289751. OLE color: 16289751.
HSL color Cylindrical-coordinate representation of color #D78FF8: hue angle of 281.14º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D78FF8 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 215 | 143 | 248 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.03 |
| HSL | 281.14º | 0.88% | 0.77% | - |
| HSV(B) | 281.14º | 0.42% | 0.97% | - |
| XYZ | 54.79 | 40.87 | 93.81 | - |
| YUV | 176.5 | 168.35 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 143 | 248 | 0.13 | 0.42 | 0 | 0.03 | 281.14 | 0.88 | 0.77 |
| Hex | D7 | 8F | F8 | D | 2A | 0 | 3 | 119 | 58 | 4D |
| Octal | 327 | 217 | 370 | 15 | 52 | 0 | 3 | 431 | 130 | 115 |
| Binary | 11010111 | 10001111 | 11111000 | 1101 | 101010 | 0 | 11 | 100011001 | 1011000 | 1001101 |
Color Harmonies of #D78FF8
Complementary color
Monochromatic Colors of #D78FF8
Black with #D78FF8
Text Example
Text Example
White with #D78FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78FF8; }
p { color: rgb(215,143,248); }
H1.HeaderClassName
{
color: #D78FF8;
}
.AnyTagClassName
{
color: #D78FF8;
}
</style>
background-color css
<style>
a { background-color: #D78FF8; }
a { background-color: rgb(215,143,248); }
div.DivClassName
{
background-color: #D78FF8;
}
.BgClassName
{
background-color: #D78FF8;
}
</style>
border-color css
<style>
span { border-color: #D78FF8; }
span { border-color: rgb(215,143,248); }
td.TdClassName
{
border-color: #D78FF8;
}
.TagClassName
{
border-color: #D78FF8;
}
</style>