Shades of Heliotrope #D06BF5
Tints of Heliotrope #D06BF5
RGB
CMYK
RGB Variations
Color information
#D06BF5 (or 0xD06BF5) is known color: Heliotrope. HEX triplet: D0, 6B and F5. RGB value is (208,107,245). Sum of RGB (Red+Green+Blue) = 208+107+245=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 107 (42.19% from 255 or 19.11% from 560); Blue value is 245 (96.09% from 255 or 43.75% from 560); Max value from RGB is 245 - color contains mainly: blue. Hex color #D06BF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06BF5 is #2F940A. Grayscale: #989898. Windows color (decimal): -3118091 or 16083920. OLE color: 16083920.
HSL color Cylindrical-coordinate representation of color #D06BF5: hue angle of 283.91º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D06BF5 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 107 | 245 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.04 |
| HSL | 283.91º | 0.87% | 0.69% | - |
| HSV(B) | 283.91º | 0.56% | 0.96% | - |
| XYZ | 47.75 | 30.52 | 89.76 | - |
| YUV | 152.93 | 179.96 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 107 | 245 | 0.15 | 0.56 | 0 | 0.04 | 283.91 | 0.87 | 0.69 |
| Hex | D0 | 6B | F5 | F | 38 | 0 | 4 | 11C | 57 | 45 |
| Octal | 320 | 153 | 365 | 17 | 70 | 0 | 4 | 434 | 127 | 105 |
| Binary | 11010000 | 1101011 | 11110101 | 1111 | 111000 | 0 | 100 | 100011100 | 1010111 | 1000101 |
Color Harmonies of #D06BF5
Complementary color
Monochromatic Colors of #D06BF5
Black with #D06BF5
Text Example
Text Example
White with #D06BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06BF5; }
p { color: rgb(208,107,245); }
H1.HeaderClassName
{
color: #D06BF5;
}
.AnyTagClassName
{
color: #D06BF5;
}
</style>
background-color css
<style>
a { background-color: #D06BF5; }
a { background-color: rgb(208,107,245); }
div.DivClassName
{
background-color: #D06BF5;
}
.BgClassName
{
background-color: #D06BF5;
}
</style>
border-color css
<style>
span { border-color: #D06BF5; }
span { border-color: rgb(208,107,245); }
td.TdClassName
{
border-color: #D06BF5;
}
.TagClassName
{
border-color: #D06BF5;
}
</style>