Shades of Heliotrope #D07DF7
Tints of Heliotrope #D07DF7
RGB
CMYK
RGB Variations
Color information
#D07DF7 (or 0xD07DF7) is known color: Heliotrope. HEX triplet: D0, 7D and F7. RGB value is (208,125,247). Sum of RGB (Red+Green+Blue) = 208+125+247=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 125 (49.22% from 255 or 21.55% from 580); Blue value is 247 (96.88% from 255 or 42.59% from 580); Max value from RGB is 247 - color contains mainly: blue. Hex color #D07DF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07DF7 is #2F8208. Grayscale: #A3A3A3. Windows color (decimal): -3113481 or 16219600. OLE color: 16219600.
HSL color Cylindrical-coordinate representation of color #D07DF7: hue angle of 280.82º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D07DF7 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 125 | 247 | - |
| CMYK | 0.16 | 0.49 | 0 | 0.03 |
| HSL | 280.82º | 0.88% | 0.73% | - |
| HSV(B) | 280.82º | 0.49% | 0.97% | - |
| XYZ | 50.13 | 34.79 | 92.07 | - |
| YUV | 163.73 | 175 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 125 | 247 | 0.16 | 0.49 | 0 | 0.03 | 280.82 | 0.88 | 0.73 |
| Hex | D0 | 7D | F7 | 10 | 31 | 0 | 3 | 119 | 58 | 49 |
| Octal | 320 | 175 | 367 | 20 | 61 | 0 | 3 | 431 | 130 | 111 |
| Binary | 11010000 | 1111101 | 11110111 | 10000 | 110001 | 0 | 11 | 100011001 | 1011000 | 1001001 |
Color Harmonies of #D07DF7
Complementary color
Monochromatic Colors of #D07DF7
Black with #D07DF7
Text Example
Text Example
White with #D07DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07DF7; }
p { color: rgb(208,125,247); }
H1.HeaderClassName
{
color: #D07DF7;
}
.AnyTagClassName
{
color: #D07DF7;
}
</style>
background-color css
<style>
a { background-color: #D07DF7; }
a { background-color: rgb(208,125,247); }
div.DivClassName
{
background-color: #D07DF7;
}
.BgClassName
{
background-color: #D07DF7;
}
</style>
border-color css
<style>
span { border-color: #D07DF7; }
span { border-color: rgb(208,125,247); }
td.TdClassName
{
border-color: #D07DF7;
}
.TagClassName
{
border-color: #D07DF7;
}
</style>