Shades of Heliotrope #D07EED
Tints of Heliotrope #D07EED
RGB
CMYK
RGB Variations
Color information
#D07EED (or 0xD07EED) is known color: Heliotrope. HEX triplet: D0, 7E and ED. RGB value is (208,126,237). Sum of RGB (Red+Green+Blue) = 208+126+237=571 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.43% from 571); Green value is 126 (49.61% from 255 or 22.07% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 237 - color contains mainly: blue. Hex color #D07EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07EED is #2F8112. Grayscale: #A2A2A2. Windows color (decimal): -3113235 or 15564496. OLE color: 15564496.
HSL color Cylindrical-coordinate representation of color #D07EED: hue angle of 284.32º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D07EED is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 126 | 237 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.07 |
| HSL | 284.32º | 0.76% | 0.71% | - |
| HSV(B) | 284.32º | 0.47% | 0.93% | - |
| XYZ | 48.76 | 34.45 | 84.2 | - |
| YUV | 163.17 | 169.67 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 126 | 237 | 0.12 | 0.47 | 0 | 0.07 | 284.32 | 0.76 | 0.71 |
| Hex | D0 | 7E | ED | C | 2F | 0 | 7 | 11C | 4C | 47 |
| Octal | 320 | 176 | 355 | 14 | 57 | 0 | 7 | 434 | 114 | 107 |
| Binary | 11010000 | 1111110 | 11101101 | 1100 | 101111 | 0 | 111 | 100011100 | 1001100 | 1000111 |
Color Harmonies of #D07EED
Complementary color
Monochromatic Colors of #D07EED
Black with #D07EED
Text Example
Text Example
White with #D07EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07EED; }
p { color: rgb(208,126,237); }
H1.HeaderClassName
{
color: #D07EED;
}
.AnyTagClassName
{
color: #D07EED;
}
</style>
background-color css
<style>
a { background-color: #D07EED; }
a { background-color: rgb(208,126,237); }
div.DivClassName
{
background-color: #D07EED;
}
.BgClassName
{
background-color: #D07EED;
}
</style>
border-color css
<style>
span { border-color: #D07EED; }
span { border-color: rgb(208,126,237); }
td.TdClassName
{
border-color: #D07EED;
}
.TagClassName
{
border-color: #D07EED;
}
</style>