Shades of Heliotrope #D07FF0
Tints of Heliotrope #D07FF0
RGB
CMYK
RGB Variations
Color information
#D07FF0 (or 0xD07FF0) is known color: Heliotrope. HEX triplet: D0, 7F and F0. RGB value is (208,127,240). Sum of RGB (Red+Green+Blue) = 208+127+240=575 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.17% from 575); Green value is 127 (50% from 255 or 22.09% from 575); Blue value is 240 (94.14% from 255 or 41.74% from 575); Max value from RGB is 240 - color contains mainly: blue. Hex color #D07FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07FF0 is #2F800F. Grayscale: #A3A3A3. Windows color (decimal): -3112976 or 15761360. OLE color: 15761360.
HSL color Cylindrical-coordinate representation of color #D07FF0: hue angle of 283.01º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D07FF0 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 127 | 240 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.06 |
| HSL | 283.01º | 0.79% | 0.72% | - |
| HSV(B) | 283.01º | 0.47% | 0.94% | - |
| XYZ | 49.33 | 34.88 | 86.57 | - |
| YUV | 164.1 | 170.84 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 240 | 0.13 | 0.47 | 0 | 0.06 | 283.01 | 0.79 | 0.72 |
| Hex | D0 | 7F | F0 | D | 2F | 0 | 6 | 11B | 4F | 48 |
| Octal | 320 | 177 | 360 | 15 | 57 | 0 | 6 | 433 | 117 | 110 |
| Binary | 11010000 | 1111111 | 11110000 | 1101 | 101111 | 0 | 110 | 100011011 | 1001111 | 1001000 |
Color Harmonies of #D07FF0
Complementary color
Monochromatic Colors of #D07FF0
Black with #D07FF0
Text Example
Text Example
White with #D07FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07FF0; }
p { color: rgb(208,127,240); }
H1.HeaderClassName
{
color: #D07FF0;
}
.AnyTagClassName
{
color: #D07FF0;
}
</style>
background-color css
<style>
a { background-color: #D07FF0; }
a { background-color: rgb(208,127,240); }
div.DivClassName
{
background-color: #D07FF0;
}
.BgClassName
{
background-color: #D07FF0;
}
</style>
border-color css
<style>
span { border-color: #D07FF0; }
span { border-color: rgb(208,127,240); }
td.TdClassName
{
border-color: #D07FF0;
}
.TagClassName
{
border-color: #D07FF0;
}
</style>