Shades of Heliotrope #D06FFA
Tints of Heliotrope #D06FFA
RGB
CMYK
RGB Variations
Color information
#D06FFA (or 0xD06FFA) is known color: Heliotrope. HEX triplet: D0, 6F and FA. RGB value is (208,111,250). Sum of RGB (Red+Green+Blue) = 208+111+250=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 111 (43.75% from 255 or 19.51% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #D06FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06FFA is #2F9005. Grayscale: #9B9B9B. Windows color (decimal): -3117062 or 16412624. OLE color: 16412624.
HSL color Cylindrical-coordinate representation of color #D06FFA: hue angle of 281.87º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D06FFA is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 111 | 250 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.02 |
| HSL | 281.87º | 0.93% | 0.71% | - |
| HSV(B) | 281.87º | 0.56% | 0.98% | - |
| XYZ | 48.95 | 31.68 | 93.98 | - |
| YUV | 155.85 | 181.14 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 250 | 0.17 | 0.56 | 0 | 0.02 | 281.87 | 0.93 | 0.71 |
| Hex | D0 | 6F | FA | 11 | 38 | 0 | 2 | 11A | 5D | 47 |
| Octal | 320 | 157 | 372 | 21 | 70 | 0 | 2 | 432 | 135 | 107 |
| Binary | 11010000 | 1101111 | 11111010 | 10001 | 111000 | 0 | 10 | 100011010 | 1011101 | 1000111 |
Color Harmonies of #D06FFA
Complementary color
Monochromatic Colors of #D06FFA
Black with #D06FFA
Text Example
Text Example
White with #D06FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06FFA; }
p { color: rgb(208,111,250); }
H1.HeaderClassName
{
color: #D06FFA;
}
.AnyTagClassName
{
color: #D06FFA;
}
</style>
background-color css
<style>
a { background-color: #D06FFA; }
a { background-color: rgb(208,111,250); }
div.DivClassName
{
background-color: #D06FFA;
}
.BgClassName
{
background-color: #D06FFA;
}
</style>
border-color css
<style>
span { border-color: #D06FFA; }
span { border-color: rgb(208,111,250); }
td.TdClassName
{
border-color: #D06FFA;
}
.TagClassName
{
border-color: #D06FFA;
}
</style>