Shades of Heliotrope #D07EEA
Tints of Heliotrope #D07EEA
RGB
CMYK
RGB Variations
Color information
#D07EEA (or 0xD07EEA) is known color: Heliotrope. HEX triplet: D0, 7E and EA. RGB value is (208,126,234). Sum of RGB (Red+Green+Blue) = 208+126+234=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 126 (49.61% from 255 or 22.18% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #D07EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07EEA is #2F8115. Grayscale: #A2A2A2. Windows color (decimal): -3113238 or 15367888. OLE color: 15367888.
HSL color Cylindrical-coordinate representation of color #D07EEA: hue angle of 285.56º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D07EEA is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 126 | 234 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.08 |
| HSL | 285.56º | 0.72% | 0.71% | - |
| HSV(B) | 285.56º | 0.46% | 0.92% | - |
| XYZ | 48.32 | 34.27 | 81.91 | - |
| YUV | 162.83 | 168.17 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 126 | 234 | 0.11 | 0.46 | 0 | 0.08 | 285.56 | 0.72 | 0.71 |
| Hex | D0 | 7E | EA | B | 2E | 0 | 8 | 11E | 48 | 47 |
| Octal | 320 | 176 | 352 | 13 | 56 | 0 | 10 | 436 | 110 | 107 |
| Binary | 11010000 | 1111110 | 11101010 | 1011 | 101110 | 0 | 1000 | 100011110 | 1001000 | 1000111 |
Color Harmonies of #D07EEA
Complementary color
Monochromatic Colors of #D07EEA
Black with #D07EEA
Text Example
Text Example
White with #D07EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07EEA; }
p { color: rgb(208,126,234); }
H1.HeaderClassName
{
color: #D07EEA;
}
.AnyTagClassName
{
color: #D07EEA;
}
</style>
background-color css
<style>
a { background-color: #D07EEA; }
a { background-color: rgb(208,126,234); }
div.DivClassName
{
background-color: #D07EEA;
}
.BgClassName
{
background-color: #D07EEA;
}
</style>
border-color css
<style>
span { border-color: #D07EEA; }
span { border-color: rgb(208,126,234); }
td.TdClassName
{
border-color: #D07EEA;
}
.TagClassName
{
border-color: #D07EEA;
}
</style>