Shades of Heliotrope #D07DEE
Tints of Heliotrope #D07DEE
RGB
CMYK
RGB Variations
Color information
#D07DEE (or 0xD07DEE) is known color: Heliotrope. HEX triplet: D0, 7D and EE. RGB value is (208,125,238). Sum of RGB (Red+Green+Blue) = 208+125+238=571 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.43% from 571); Green value is 125 (49.22% from 255 or 21.89% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #D07DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07DEE is #2F8211. Grayscale: #A2A2A2. Windows color (decimal): -3113490 or 15629776. OLE color: 15629776.
HSL color Cylindrical-coordinate representation of color #D07DEE: hue angle of 284.07º degrees, saturation: 0.77, 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 #D07DEE is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 125 | 238 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.07 |
| HSL | 284.07º | 0.77% | 0.71% | - |
| HSV(B) | 284.07º | 0.47% | 0.93% | - |
| XYZ | 48.78 | 34.25 | 84.93 | - |
| YUV | 162.7 | 170.5 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 125 | 238 | 0.13 | 0.47 | 0 | 0.07 | 284.07 | 0.77 | 0.71 |
| Hex | D0 | 7D | EE | D | 2F | 0 | 7 | 11C | 4D | 47 |
| Octal | 320 | 175 | 356 | 15 | 57 | 0 | 7 | 434 | 115 | 107 |
| Binary | 11010000 | 1111101 | 11101110 | 1101 | 101111 | 0 | 111 | 100011100 | 1001101 | 1000111 |
Color Harmonies of #D07DEE
Complementary color
Monochromatic Colors of #D07DEE
Black with #D07DEE
Text Example
Text Example
White with #D07DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07DEE; }
p { color: rgb(208,125,238); }
H1.HeaderClassName
{
color: #D07DEE;
}
.AnyTagClassName
{
color: #D07DEE;
}
</style>
background-color css
<style>
a { background-color: #D07DEE; }
a { background-color: rgb(208,125,238); }
div.DivClassName
{
background-color: #D07DEE;
}
.BgClassName
{
background-color: #D07DEE;
}
</style>
border-color css
<style>
span { border-color: #D07DEE; }
span { border-color: rgb(208,125,238); }
td.TdClassName
{
border-color: #D07DEE;
}
.TagClassName
{
border-color: #D07DEE;
}
</style>