Shades of Heliotrope #D07EFB
Tints of Heliotrope #D07EFB
RGB
CMYK
RGB Variations
Color information
#D07EFB (or 0xD07EFB) is known color: Heliotrope. HEX triplet: D0, 7E and FB. RGB value is (208,126,251). Sum of RGB (Red+Green+Blue) = 208+126+251=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 126 (49.61% from 255 or 21.54% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #D07EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07EFB is #2F8104. Grayscale: #A4A4A4. Windows color (decimal): -3113221 or 16482000. OLE color: 16482000.
HSL color Cylindrical-coordinate representation of color #D07EFB: hue angle of 279.36º degrees, saturation: 0.94, 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 #D07EFB is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 126 | 251 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.02 |
| HSL | 279.36º | 0.94% | 0.74% | - |
| HSV(B) | 279.36º | 0.5% | 0.98% | - |
| XYZ | 50.89 | 35.3 | 95.4 | - |
| YUV | 164.77 | 176.67 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 126 | 251 | 0.17 | 0.50 | 0 | 0.02 | 279.36 | 0.94 | 0.74 |
| Hex | D0 | 7E | FB | 11 | 32 | 0 | 2 | 117 | 5E | 4A |
| Octal | 320 | 176 | 373 | 21 | 62 | 0 | 2 | 427 | 136 | 112 |
| Binary | 11010000 | 1111110 | 11111011 | 10001 | 110010 | 0 | 10 | 100010111 | 1011110 | 1001010 |
Color Harmonies of #D07EFB
Complementary color
Monochromatic Colors of #D07EFB
Black with #D07EFB
Text Example
Text Example
White with #D07EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07EFB; }
p { color: rgb(208,126,251); }
H1.HeaderClassName
{
color: #D07EFB;
}
.AnyTagClassName
{
color: #D07EFB;
}
</style>
background-color css
<style>
a { background-color: #D07EFB; }
a { background-color: rgb(208,126,251); }
div.DivClassName
{
background-color: #D07EFB;
}
.BgClassName
{
background-color: #D07EFB;
}
</style>
border-color css
<style>
span { border-color: #D07EFB; }
span { border-color: rgb(208,126,251); }
td.TdClassName
{
border-color: #D07EFB;
}
.TagClassName
{
border-color: #D07EFB;
}
</style>