Shades of Heliotrope #D06FEF
Tints of Heliotrope #D06FEF
RGB
CMYK
RGB Variations
Color information
#D06FEF (or 0xD06FEF) is known color: Heliotrope. HEX triplet: D0, 6F and EF. RGB value is (208,111,239). Sum of RGB (Red+Green+Blue) = 208+111+239=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 111 (43.75% from 255 or 19.89% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #D06FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06FEF is #2F9010. Grayscale: #9A9A9A. Windows color (decimal): -3117073 or 15691728. OLE color: 15691728.
HSL color Cylindrical-coordinate representation of color #D06FEF: hue angle of 285.47º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D06FEF is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 111 | 239 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.06 |
| HSL | 285.47º | 0.8% | 0.69% | - |
| HSV(B) | 285.47º | 0.54% | 0.94% | - |
| XYZ | 47.28 | 31.01 | 85.16 | - |
| YUV | 154.6 | 175.64 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 239 | 0.13 | 0.54 | 0 | 0.06 | 285.47 | 0.8 | 0.69 |
| Hex | D0 | 6F | EF | D | 36 | 0 | 6 | 11D | 50 | 45 |
| Octal | 320 | 157 | 357 | 15 | 66 | 0 | 6 | 435 | 120 | 105 |
| Binary | 11010000 | 1101111 | 11101111 | 1101 | 110110 | 0 | 110 | 100011101 | 1010000 | 1000101 |
Color Harmonies of #D06FEF
Complementary color
Monochromatic Colors of #D06FEF
Black with #D06FEF
Text Example
Text Example
White with #D06FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06FEF; }
p { color: rgb(208,111,239); }
H1.HeaderClassName
{
color: #D06FEF;
}
.AnyTagClassName
{
color: #D06FEF;
}
</style>
background-color css
<style>
a { background-color: #D06FEF; }
a { background-color: rgb(208,111,239); }
div.DivClassName
{
background-color: #D06FEF;
}
.BgClassName
{
background-color: #D06FEF;
}
</style>
border-color css
<style>
span { border-color: #D06FEF; }
span { border-color: rgb(208,111,239); }
td.TdClassName
{
border-color: #D06FEF;
}
.TagClassName
{
border-color: #D06FEF;
}
</style>