Shades of Heliotrope #D780EE
Tints of Heliotrope #D780EE
RGB
CMYK
RGB Variations
Color information
#D780EE (or 0xD780EE) is known color: Heliotrope. HEX triplet: D7, 80 and EE. RGB value is (215,128,238). Sum of RGB (Red+Green+Blue) = 215+128+238=581 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.01% from 581); Green value is 128 (50.39% from 255 or 22.03% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 238 - color contains mainly: blue. Hex color #D780EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D780EE is #287F11. Grayscale: #A6A6A6. Windows color (decimal): -2653970 or 15630551. OLE color: 15630551.
HSL color Cylindrical-coordinate representation of color #D780EE: hue angle of 287.45º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D780EE is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 128 | 238 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.07 |
| HSL | 287.45º | 0.76% | 0.72% | - |
| HSV(B) | 287.45º | 0.46% | 0.93% | - |
| XYZ | 51.18 | 36.06 | 85.15 | - |
| YUV | 166.55 | 168.32 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 128 | 238 | 0.10 | 0.46 | 0 | 0.07 | 287.45 | 0.76 | 0.72 |
| Hex | D7 | 80 | EE | A | 2E | 0 | 7 | 11F | 4C | 48 |
| Octal | 327 | 200 | 356 | 12 | 56 | 0 | 7 | 437 | 114 | 110 |
| Binary | 11010111 | 10000000 | 11101110 | 1010 | 101110 | 0 | 111 | 100011111 | 1001100 | 1001000 |
Color Harmonies of #D780EE
Complementary color
Monochromatic Colors of #D780EE
Black with #D780EE
Text Example
Text Example
White with #D780EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D780EE; }
p { color: rgb(215,128,238); }
H1.HeaderClassName
{
color: #D780EE;
}
.AnyTagClassName
{
color: #D780EE;
}
</style>
background-color css
<style>
a { background-color: #D780EE; }
a { background-color: rgb(215,128,238); }
div.DivClassName
{
background-color: #D780EE;
}
.BgClassName
{
background-color: #D780EE;
}
</style>
border-color css
<style>
span { border-color: #D780EE; }
span { border-color: rgb(215,128,238); }
td.TdClassName
{
border-color: #D780EE;
}
.TagClassName
{
border-color: #D780EE;
}
</style>