Shades of Heliotrope #D07EFA
Tints of Heliotrope #D07EFA
RGB
CMYK
RGB Variations
Color information
#D07EFA (or 0xD07EFA) is known color: Heliotrope. HEX triplet: D0, 7E and FA. RGB value is (208,126,250). Sum of RGB (Red+Green+Blue) = 208+126+250=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 126 (49.61% from 255 or 21.58% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #D07EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07EFA is #2F8105. Grayscale: #A4A4A4. Windows color (decimal): -3113222 or 16416464. OLE color: 16416464.
HSL color Cylindrical-coordinate representation of color #D07EFA: hue angle of 279.68º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D07EFA is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 126 | 250 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.02 |
| HSL | 279.68º | 0.93% | 0.74% | - |
| HSV(B) | 279.68º | 0.5% | 0.98% | - |
| XYZ | 50.73 | 35.23 | 94.57 | - |
| YUV | 164.65 | 176.17 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 126 | 250 | 0.17 | 0.50 | 0 | 0.02 | 279.68 | 0.93 | 0.74 |
| Hex | D0 | 7E | FA | 11 | 32 | 0 | 2 | 118 | 5D | 4A |
| Octal | 320 | 176 | 372 | 21 | 62 | 0 | 2 | 430 | 135 | 112 |
| Binary | 11010000 | 1111110 | 11111010 | 10001 | 110010 | 0 | 10 | 100011000 | 1011101 | 1001010 |
Color Harmonies of #D07EFA
Complementary color
Monochromatic Colors of #D07EFA
Black with #D07EFA
Text Example
Text Example
White with #D07EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07EFA; }
p { color: rgb(208,126,250); }
H1.HeaderClassName
{
color: #D07EFA;
}
.AnyTagClassName
{
color: #D07EFA;
}
</style>
background-color css
<style>
a { background-color: #D07EFA; }
a { background-color: rgb(208,126,250); }
div.DivClassName
{
background-color: #D07EFA;
}
.BgClassName
{
background-color: #D07EFA;
}
</style>
border-color css
<style>
span { border-color: #D07EFA; }
span { border-color: rgb(208,126,250); }
td.TdClassName
{
border-color: #D07EFA;
}
.TagClassName
{
border-color: #D07EFA;
}
</style>