Shades of Heliotrope #D780EF
Tints of Heliotrope #D780EF
RGB
CMYK
RGB Variations
Color information
#D780EF (or 0xD780EF) is known color: Heliotrope. HEX triplet: D7, 80 and EF. RGB value is (215,128,239). Sum of RGB (Red+Green+Blue) = 215+128+239=582 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.94% from 582); Green value is 128 (50.39% from 255 or 21.99% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: blue. Hex color #D780EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D780EF is #287F10. Grayscale: #A6A6A6. Windows color (decimal): -2653969 or 15696087. OLE color: 15696087.
HSL color Cylindrical-coordinate representation of color #D780EF: hue angle of 287.03º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D780EF is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 128 | 239 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.06 |
| HSL | 287.03º | 0.78% | 0.72% | - |
| HSV(B) | 287.03º | 0.46% | 0.94% | - |
| XYZ | 51.32 | 36.12 | 85.93 | - |
| YUV | 166.67 | 168.82 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 128 | 239 | 0.10 | 0.46 | 0 | 0.06 | 287.03 | 0.78 | 0.72 |
| Hex | D7 | 80 | EF | A | 2E | 0 | 6 | 11F | 4E | 48 |
| Octal | 327 | 200 | 357 | 12 | 56 | 0 | 6 | 437 | 116 | 110 |
| Binary | 11010111 | 10000000 | 11101111 | 1010 | 101110 | 0 | 110 | 100011111 | 1001110 | 1001000 |
Color Harmonies of #D780EF
Complementary color
Monochromatic Colors of #D780EF
Black with #D780EF
Text Example
Text Example
White with #D780EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D780EF; }
p { color: rgb(215,128,239); }
H1.HeaderClassName
{
color: #D780EF;
}
.AnyTagClassName
{
color: #D780EF;
}
</style>
background-color css
<style>
a { background-color: #D780EF; }
a { background-color: rgb(215,128,239); }
div.DivClassName
{
background-color: #D780EF;
}
.BgClassName
{
background-color: #D780EF;
}
</style>
border-color css
<style>
span { border-color: #D780EF; }
span { border-color: rgb(215,128,239); }
td.TdClassName
{
border-color: #D780EF;
}
.TagClassName
{
border-color: #D780EF;
}
</style>