Shades of Heliotrope #D06FFC
Tints of Heliotrope #D06FFC
RGB
CMYK
RGB Variations
Color information
#D06FFC (or 0xD06FFC) is known color: Heliotrope. HEX triplet: D0, 6F and FC. RGB value is (208,111,252). Sum of RGB (Red+Green+Blue) = 208+111+252=571 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.43% from 571); Green value is 111 (43.75% from 255 or 19.44% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #D06FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06FFC is #2F9003. Grayscale: #9B9B9B. Windows color (decimal): -3117060 or 16543696. OLE color: 16543696.
HSL color Cylindrical-coordinate representation of color #D06FFC: hue angle of 281.28º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D06FFC is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 111 | 252 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.01 |
| HSL | 281.28º | 0.96% | 0.71% | - |
| HSV(B) | 281.28º | 0.56% | 0.99% | - |
| XYZ | 49.27 | 31.81 | 95.64 | - |
| YUV | 156.08 | 182.14 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 252 | 0.17 | 0.56 | 0 | 0.01 | 281.28 | 0.96 | 0.71 |
| Hex | D0 | 6F | FC | 11 | 38 | 0 | 1 | 119 | 60 | 47 |
| Octal | 320 | 157 | 374 | 21 | 70 | 0 | 1 | 431 | 140 | 107 |
| Binary | 11010000 | 1101111 | 11111100 | 10001 | 111000 | 0 | 1 | 100011001 | 1100000 | 1000111 |
Color Harmonies of #D06FFC
Complementary color
Monochromatic Colors of #D06FFC
Black with #D06FFC
Text Example
Text Example
White with #D06FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06FFC; }
p { color: rgb(208,111,252); }
H1.HeaderClassName
{
color: #D06FFC;
}
.AnyTagClassName
{
color: #D06FFC;
}
</style>
background-color css
<style>
a { background-color: #D06FFC; }
a { background-color: rgb(208,111,252); }
div.DivClassName
{
background-color: #D06FFC;
}
.BgClassName
{
background-color: #D06FFC;
}
</style>
border-color css
<style>
span { border-color: #D06FFC; }
span { border-color: rgb(208,111,252); }
td.TdClassName
{
border-color: #D06FFC;
}
.TagClassName
{
border-color: #D06FFC;
}
</style>