Shades of Heliotrope #D06DFC
Tints of Heliotrope #D06DFC
RGB
CMYK
RGB Variations
Color information
#D06DFC (or 0xD06DFC) is known color: Heliotrope. HEX triplet: D0, 6D and FC. RGB value is (208,109,252). Sum of RGB (Red+Green+Blue) = 208+109+252=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 109 (42.97% from 255 or 19.16% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #D06DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06DFC is #2F9203. Grayscale: #9A9A9A. Windows color (decimal): -3117572 or 16543184. OLE color: 16543184.
HSL color Cylindrical-coordinate representation of color #D06DFC: hue angle of 281.54º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D06DFC is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 109 | 252 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.01 |
| HSL | 281.54º | 0.96% | 0.71% | - |
| HSV(B) | 281.54º | 0.57% | 0.99% | - |
| XYZ | 49.05 | 31.38 | 95.57 | - |
| YUV | 154.9 | 182.8 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 252 | 0.17 | 0.57 | 0 | 0.01 | 281.54 | 0.96 | 0.71 |
| Hex | D0 | 6D | FC | 11 | 39 | 0 | 1 | 11A | 60 | 47 |
| Octal | 320 | 155 | 374 | 21 | 71 | 0 | 1 | 432 | 140 | 107 |
| Binary | 11010000 | 1101101 | 11111100 | 10001 | 111001 | 0 | 1 | 100011010 | 1100000 | 1000111 |
Color Harmonies of #D06DFC
Complementary color
Monochromatic Colors of #D06DFC
Black with #D06DFC
Text Example
Text Example
White with #D06DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06DFC; }
p { color: rgb(208,109,252); }
H1.HeaderClassName
{
color: #D06DFC;
}
.AnyTagClassName
{
color: #D06DFC;
}
</style>
background-color css
<style>
a { background-color: #D06DFC; }
a { background-color: rgb(208,109,252); }
div.DivClassName
{
background-color: #D06DFC;
}
.BgClassName
{
background-color: #D06DFC;
}
</style>
border-color css
<style>
span { border-color: #D06DFC; }
span { border-color: rgb(208,109,252); }
td.TdClassName
{
border-color: #D06DFC;
}
.TagClassName
{
border-color: #D06DFC;
}
</style>