Shades of Heliotrope #D07EFC
Tints of Heliotrope #D07EFC
RGB
CMYK
RGB Variations
Color information
#D07EFC (or 0xD07EFC) is known color: Heliotrope. HEX triplet: D0, 7E and FC. RGB value is (208,126,252). Sum of RGB (Red+Green+Blue) = 208+126+252=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 126 (49.61% from 255 or 21.50% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #D07EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07EFC is #2F8103. Grayscale: #A4A4A4. Windows color (decimal): -3113220 or 16547536. OLE color: 16547536.
HSL color Cylindrical-coordinate representation of color #D07EFC: hue angle of 279.05º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D07EFC is Cyan = 0.17, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 126 | 252 | - |
| CMYK | 0.17 | 0.5 | 0 | 0.01 |
| HSL | 279.05º | 0.95% | 0.74% | - |
| HSV(B) | 279.05º | 0.5% | 0.99% | - |
| XYZ | 51.04 | 35.36 | 96.23 | - |
| YUV | 164.88 | 177.17 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 126 | 252 | 0.17 | 0.5 | 0 | 0.01 | 279.05 | 0.95 | 0.74 |
| Hex | D0 | 7E | FC | 11 | 32 | 0 | 1 | 117 | 5F | 4A |
| Octal | 320 | 176 | 374 | 21 | 62 | 0 | 1 | 427 | 137 | 112 |
| Binary | 11010000 | 1111110 | 11111100 | 10001 | 110010 | 0 | 1 | 100010111 | 1011111 | 1001010 |
Color Harmonies of #D07EFC
Complementary color
Monochromatic Colors of #D07EFC
Black with #D07EFC
Text Example
Text Example
White with #D07EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07EFC; }
p { color: rgb(208,126,252); }
H1.HeaderClassName
{
color: #D07EFC;
}
.AnyTagClassName
{
color: #D07EFC;
}
</style>
background-color css
<style>
a { background-color: #D07EFC; }
a { background-color: rgb(208,126,252); }
div.DivClassName
{
background-color: #D07EFC;
}
.BgClassName
{
background-color: #D07EFC;
}
</style>
border-color css
<style>
span { border-color: #D07EFC; }
span { border-color: rgb(208,126,252); }
td.TdClassName
{
border-color: #D07EFC;
}
.TagClassName
{
border-color: #D07EFC;
}
</style>