Shades of Heliotrope #D076F0
Tints of Heliotrope #D076F0
RGB
CMYK
RGB Variations
Color information
#D076F0 (or 0xD076F0) is known color: Heliotrope. HEX triplet: D0, 76 and F0. RGB value is (208,118,240). Sum of RGB (Red+Green+Blue) = 208+118+240=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 118 (46.48% from 255 or 20.85% from 566); Blue value is 240 (94.14% from 255 or 42.40% from 566); Max value from RGB is 240 - color contains mainly: blue. Hex color #D076F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D076F0 is #2F890F. Grayscale: #9E9E9E. Windows color (decimal): -3115280 or 15759056. OLE color: 15759056.
HSL color Cylindrical-coordinate representation of color #D076F0: hue angle of 284.26º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D076F0 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 118 | 240 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.06 |
| HSL | 284.26º | 0.8% | 0.7% | - |
| HSV(B) | 284.26º | 0.51% | 0.94% | - |
| XYZ | 48.22 | 32.66 | 86.2 | - |
| YUV | 158.82 | 173.82 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 118 | 240 | 0.13 | 0.51 | 0 | 0.06 | 284.26 | 0.8 | 0.7 |
| Hex | D0 | 76 | F0 | D | 33 | 0 | 6 | 11C | 50 | 46 |
| Octal | 320 | 166 | 360 | 15 | 63 | 0 | 6 | 434 | 120 | 106 |
| Binary | 11010000 | 1110110 | 11110000 | 1101 | 110011 | 0 | 110 | 100011100 | 1010000 | 1000110 |
Color Harmonies of #D076F0
Complementary color
Monochromatic Colors of #D076F0
Black with #D076F0
Text Example
Text Example
White with #D076F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D076F0; }
p { color: rgb(208,118,240); }
H1.HeaderClassName
{
color: #D076F0;
}
.AnyTagClassName
{
color: #D076F0;
}
</style>
background-color css
<style>
a { background-color: #D076F0; }
a { background-color: rgb(208,118,240); }
div.DivClassName
{
background-color: #D076F0;
}
.BgClassName
{
background-color: #D076F0;
}
</style>
border-color css
<style>
span { border-color: #D076F0; }
span { border-color: rgb(208,118,240); }
td.TdClassName
{
border-color: #D076F0;
}
.TagClassName
{
border-color: #D076F0;
}
</style>