Shades of Heliotrope #D07FED
Tints of Heliotrope #D07FED
RGB
CMYK
RGB Variations
Color information
#D07FED (or 0xD07FED) is known color: Heliotrope. HEX triplet: D0, 7F and ED. RGB value is (208,127,237). Sum of RGB (Red+Green+Blue) = 208+127+237=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 127 (50% from 255 or 22.20% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #D07FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07FED is #2F8012. Grayscale: #A3A3A3. Windows color (decimal): -3112979 or 15564752. OLE color: 15564752.
HSL color Cylindrical-coordinate representation of color #D07FED: hue angle of 284.18º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D07FED is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 127 | 237 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.07 |
| HSL | 284.18º | 0.75% | 0.71% | - |
| HSV(B) | 284.18º | 0.46% | 0.93% | - |
| XYZ | 48.89 | 34.7 | 84.24 | - |
| YUV | 163.76 | 169.34 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 237 | 0.12 | 0.46 | 0 | 0.07 | 284.18 | 0.75 | 0.71 |
| Hex | D0 | 7F | ED | C | 2E | 0 | 7 | 11C | 4B | 47 |
| Octal | 320 | 177 | 355 | 14 | 56 | 0 | 7 | 434 | 113 | 107 |
| Binary | 11010000 | 1111111 | 11101101 | 1100 | 101110 | 0 | 111 | 100011100 | 1001011 | 1000111 |
Color Harmonies of #D07FED
Complementary color
Monochromatic Colors of #D07FED
Black with #D07FED
Text Example
Text Example
White with #D07FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07FED; }
p { color: rgb(208,127,237); }
H1.HeaderClassName
{
color: #D07FED;
}
.AnyTagClassName
{
color: #D07FED;
}
</style>
background-color css
<style>
a { background-color: #D07FED; }
a { background-color: rgb(208,127,237); }
div.DivClassName
{
background-color: #D07FED;
}
.BgClassName
{
background-color: #D07FED;
}
</style>
border-color css
<style>
span { border-color: #D07FED; }
span { border-color: rgb(208,127,237); }
td.TdClassName
{
border-color: #D07FED;
}
.TagClassName
{
border-color: #D07FED;
}
</style>