Shades of Heliotrope #D78BFD
Tints of Heliotrope #D78BFD
RGB
CMYK
RGB Variations
Color information
#D78BFD (or 0xD78BFD) is known color: Heliotrope. HEX triplet: D7, 8B and FD. RGB value is (215,139,253). Sum of RGB (Red+Green+Blue) = 215+139+253=607 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.42% from 607); Green value is 139 (54.69% from 255 or 22.90% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #D78BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D78BFD is #287402. Grayscale: #AEAEAE. Windows color (decimal): -2651139 or 16616407. OLE color: 16616407.
HSL color Cylindrical-coordinate representation of color #D78BFD: hue angle of 280º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D78BFD is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 139 | 253 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.01 |
| HSL | 280º | 0.97% | 0.77% | - |
| HSV(B) | 280º | 0.45% | 0.99% | - |
| XYZ | 54.99 | 40 | 97.75 | - |
| YUV | 174.72 | 172.18 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 139 | 253 | 0.15 | 0.45 | 0 | 0.01 | 280 | 0.97 | 0.77 |
| Hex | D7 | 8B | FD | F | 2D | 0 | 1 | 118 | 61 | 4D |
| Octal | 327 | 213 | 375 | 17 | 55 | 0 | 1 | 430 | 141 | 115 |
| Binary | 11010111 | 10001011 | 11111101 | 1111 | 101101 | 0 | 1 | 100011000 | 1100001 | 1001101 |
Color Harmonies of #D78BFD
Complementary color
Monochromatic Colors of #D78BFD
Black with #D78BFD
Text Example
Text Example
White with #D78BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78BFD; }
p { color: rgb(215,139,253); }
H1.HeaderClassName
{
color: #D78BFD;
}
.AnyTagClassName
{
color: #D78BFD;
}
</style>
background-color css
<style>
a { background-color: #D78BFD; }
a { background-color: rgb(215,139,253); }
div.DivClassName
{
background-color: #D78BFD;
}
.BgClassName
{
background-color: #D78BFD;
}
</style>
border-color css
<style>
span { border-color: #D78BFD; }
span { border-color: rgb(215,139,253); }
td.TdClassName
{
border-color: #D78BFD;
}
.TagClassName
{
border-color: #D78BFD;
}
</style>