Shades of Heliotrope #D06AF2
Tints of Heliotrope #D06AF2
RGB
CMYK
RGB Variations
Color information
#D06AF2 (or 0xD06AF2) is known color: Heliotrope. HEX triplet: D0, 6A and F2. RGB value is (208,106,242). Sum of RGB (Red+Green+Blue) = 208+106+242=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 106 (41.80% from 255 or 19.06% from 556); Blue value is 242 (94.92% from 255 or 43.53% from 556); Max value from RGB is 242 - color contains mainly: blue. Hex color #D06AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06AF2 is #2F950D. Grayscale: #979797. Windows color (decimal): -3118350 or 15887056. OLE color: 15887056.
HSL color Cylindrical-coordinate representation of color #D06AF2: hue angle of 285º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D06AF2 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 106 | 242 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.05 |
| HSL | 285º | 0.84% | 0.68% | - |
| HSV(B) | 285º | 0.56% | 0.95% | - |
| XYZ | 47.19 | 30.13 | 87.33 | - |
| YUV | 152 | 178.79 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 106 | 242 | 0.14 | 0.56 | 0 | 0.05 | 285 | 0.84 | 0.68 |
| Hex | D0 | 6A | F2 | E | 38 | 0 | 5 | 11D | 54 | 44 |
| Octal | 320 | 152 | 362 | 16 | 70 | 0 | 5 | 435 | 124 | 104 |
| Binary | 11010000 | 1101010 | 11110010 | 1110 | 111000 | 0 | 101 | 100011101 | 1010100 | 1000100 |
Color Harmonies of #D06AF2
Complementary color
Monochromatic Colors of #D06AF2
Black with #D06AF2
Text Example
Text Example
White with #D06AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06AF2; }
p { color: rgb(208,106,242); }
H1.HeaderClassName
{
color: #D06AF2;
}
.AnyTagClassName
{
color: #D06AF2;
}
</style>
background-color css
<style>
a { background-color: #D06AF2; }
a { background-color: rgb(208,106,242); }
div.DivClassName
{
background-color: #D06AF2;
}
.BgClassName
{
background-color: #D06AF2;
}
</style>
border-color css
<style>
span { border-color: #D06AF2; }
span { border-color: rgb(208,106,242); }
td.TdClassName
{
border-color: #D06AF2;
}
.TagClassName
{
border-color: #D06AF2;
}
</style>