Shades of Heliotrope #D76FFA
Tints of Heliotrope #D76FFA
RGB
CMYK
RGB Variations
Color information
#D76FFA (or 0xD76FFA) is known color: Heliotrope. HEX triplet: D7, 6F and FA. RGB value is (215,111,250). Sum of RGB (Red+Green+Blue) = 215+111+250=576 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.33% from 576); Green value is 111 (43.75% from 255 or 19.27% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #D76FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D76FFA is #289005. Grayscale: #9D9D9D. Windows color (decimal): -2658310 or 16412631. OLE color: 16412631.
HSL color Cylindrical-coordinate representation of color #D76FFA: hue angle of 284.89º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D76FFA is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 111 | 250 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.02 |
| HSL | 284.89º | 0.93% | 0.71% | - |
| HSV(B) | 284.89º | 0.56% | 0.98% | - |
| XYZ | 50.96 | 32.72 | 94.07 | - |
| YUV | 157.94 | 179.96 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 111 | 250 | 0.14 | 0.56 | 0 | 0.02 | 284.89 | 0.93 | 0.71 |
| Hex | D7 | 6F | FA | E | 38 | 0 | 2 | 11D | 5D | 47 |
| Octal | 327 | 157 | 372 | 16 | 70 | 0 | 2 | 435 | 135 | 107 |
| Binary | 11010111 | 1101111 | 11111010 | 1110 | 111000 | 0 | 10 | 100011101 | 1011101 | 1000111 |
Color Harmonies of #D76FFA
Complementary color
Monochromatic Colors of #D76FFA
Black with #D76FFA
Text Example
Text Example
White with #D76FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76FFA; }
p { color: rgb(215,111,250); }
H1.HeaderClassName
{
color: #D76FFA;
}
.AnyTagClassName
{
color: #D76FFA;
}
</style>
background-color css
<style>
a { background-color: #D76FFA; }
a { background-color: rgb(215,111,250); }
div.DivClassName
{
background-color: #D76FFA;
}
.BgClassName
{
background-color: #D76FFA;
}
</style>
border-color css
<style>
span { border-color: #D76FFA; }
span { border-color: rgb(215,111,250); }
td.TdClassName
{
border-color: #D76FFA;
}
.TagClassName
{
border-color: #D76FFA;
}
</style>