Shades of Heliotrope #D78BF2
Tints of Heliotrope #D78BF2
RGB
CMYK
RGB Variations
Color information
#D78BF2 (or 0xD78BF2) is known color: Heliotrope. HEX triplet: D7, 8B and F2. RGB value is (215,139,242). Sum of RGB (Red+Green+Blue) = 215+139+242=596 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.07% from 596); Green value is 139 (54.69% from 255 or 23.32% from 596); Blue value is 242 (94.92% from 255 or 40.60% from 596); Max value from RGB is 242 - color contains mainly: blue. Hex color #D78BF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D78BF2 is #28740D. Grayscale: #ADADAD. Windows color (decimal): -2651150 or 15895511. OLE color: 15895511.
HSL color Cylindrical-coordinate representation of color #D78BF2: hue angle of 284.27º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D78BF2 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 139 | 242 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.05 |
| HSL | 284.27º | 0.8% | 0.75% | - |
| HSV(B) | 284.27º | 0.43% | 0.95% | - |
| XYZ | 53.28 | 39.32 | 88.79 | - |
| YUV | 173.47 | 166.68 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 139 | 242 | 0.11 | 0.43 | 0 | 0.05 | 284.27 | 0.8 | 0.75 |
| Hex | D7 | 8B | F2 | B | 2B | 0 | 5 | 11C | 50 | 4B |
| Octal | 327 | 213 | 362 | 13 | 53 | 0 | 5 | 434 | 120 | 113 |
| Binary | 11010111 | 10001011 | 11110010 | 1011 | 101011 | 0 | 101 | 100011100 | 1010000 | 1001011 |
Color Harmonies of #D78BF2
Complementary color
Monochromatic Colors of #D78BF2
Black with #D78BF2
Text Example
Text Example
White with #D78BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78BF2; }
p { color: rgb(215,139,242); }
H1.HeaderClassName
{
color: #D78BF2;
}
.AnyTagClassName
{
color: #D78BF2;
}
</style>
background-color css
<style>
a { background-color: #D78BF2; }
a { background-color: rgb(215,139,242); }
div.DivClassName
{
background-color: #D78BF2;
}
.BgClassName
{
background-color: #D78BF2;
}
</style>
border-color css
<style>
span { border-color: #D78BF2; }
span { border-color: rgb(215,139,242); }
td.TdClassName
{
border-color: #D78BF2;
}
.TagClassName
{
border-color: #D78BF2;
}
</style>