Shades of Heliotrope #D07FF7
Tints of Heliotrope #D07FF7
RGB
CMYK
RGB Variations
Color information
#D07FF7 (or 0xD07FF7) is known color: Heliotrope. HEX triplet: D0, 7F and F7. RGB value is (208,127,247). Sum of RGB (Red+Green+Blue) = 208+127+247=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 127 (50% from 255 or 21.82% from 582); Blue value is 247 (96.88% from 255 or 42.44% from 582); Max value from RGB is 247 - color contains mainly: blue. Hex color #D07FF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07FF7 is #2F8008. Grayscale: #A4A4A4. Windows color (decimal): -3112969 or 16220112. OLE color: 16220112.
HSL color Cylindrical-coordinate representation of color #D07FF7: hue angle of 280.5º 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 #D07FF7 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 208 | 127 | 247 | - |
CMYK | 0.16 | 0.49 | 0 | 0.03 |
HSL | 280.5º | 0.88% | 0.73% | - |
HSV(B) | 280.5º | 0.49% | 0.97% | - |
XYZ | 50.39 | 35.3 | 92.15 | - |
YUV | 164.9 | 174.34 | 158.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 127 | 247 | 0.16 | 0.49 | 0 | 0.03 | 280.5 | 0.88 | 0.73 |
Hex | D0 | 7F | F7 | 10 | 31 | 0 | 3 | 118 | 58 | 49 |
Octal | 320 | 177 | 367 | 20 | 61 | 0 | 3 | 430 | 130 | 111 |
Binary | 11010000 | 1111111 | 11110111 | 10000 | 110001 | 0 | 11 | 100011000 | 1011000 | 1001001 |
Color Harmonies of #D07FF7
Complementary color
Monochromatic Colors of #D07FF7
Black with #D07FF7
Text Example
Text Example
White with #D07FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07FF7; }
p { color: rgb(208,127,247); }
H1.HeaderClassName
{
color: #D07FF7;
}
.AnyTagClassName
{
color: #D07FF7;
}
</style>
background-color css
<style>
a { background-color: #D07FF7; }
a { background-color: rgb(208,127,247); }
div.DivClassName
{
background-color: #D07FF7;
}
.BgClassName
{
background-color: #D07FF7;
}
</style>
border-color css
<style>
span { border-color: #D07FF7; }
span { border-color: rgb(208,127,247); }
td.TdClassName
{
border-color: #D07FF7;
}
.TagClassName
{
border-color: #D07FF7;
}
</style>