Shades of Heliotrope #D06AF1
Tints of Heliotrope #D06AF1
RGB
CMYK
RGB Variations
Color information
#D06AF1 (or 0xD06AF1) is known color: Heliotrope. HEX triplet: D0, 6A and F1. RGB value is (208,106,241). Sum of RGB (Red+Green+Blue) = 208+106+241=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 106 (41.80% from 255 or 19.10% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #D06AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06AF1 is #2F950E. Grayscale: #979797. Windows color (decimal): -3118351 or 15821520. OLE color: 15821520.
HSL color Cylindrical-coordinate representation of color #D06AF1: hue angle of 285.33º degrees, saturation: 0.83, 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 #D06AF1 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 106 | 241 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.05 |
| HSL | 285.33º | 0.83% | 0.68% | - |
| HSV(B) | 285.33º | 0.56% | 0.95% | - |
| XYZ | 47.04 | 30.07 | 86.54 | - |
| YUV | 151.89 | 178.29 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 106 | 241 | 0.14 | 0.56 | 0 | 0.05 | 285.33 | 0.83 | 0.68 |
| Hex | D0 | 6A | F1 | E | 38 | 0 | 5 | 11D | 53 | 44 |
| Octal | 320 | 152 | 361 | 16 | 70 | 0 | 5 | 435 | 123 | 104 |
| Binary | 11010000 | 1101010 | 11110001 | 1110 | 111000 | 0 | 101 | 100011101 | 1010011 | 1000100 |
Color Harmonies of #D06AF1
Complementary color
Monochromatic Colors of #D06AF1
Black with #D06AF1
Text Example
Text Example
White with #D06AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06AF1; }
p { color: rgb(208,106,241); }
H1.HeaderClassName
{
color: #D06AF1;
}
.AnyTagClassName
{
color: #D06AF1;
}
</style>
background-color css
<style>
a { background-color: #D06AF1; }
a { background-color: rgb(208,106,241); }
div.DivClassName
{
background-color: #D06AF1;
}
.BgClassName
{
background-color: #D06AF1;
}
</style>
border-color css
<style>
span { border-color: #D06AF1; }
span { border-color: rgb(208,106,241); }
td.TdClassName
{
border-color: #D06AF1;
}
.TagClassName
{
border-color: #D06AF1;
}
</style>