Shades of Heliotrope #D06FF3
Tints of Heliotrope #D06FF3
RGB
CMYK
RGB Variations
Color information
#D06FF3 (or 0xD06FF3) is known color: Heliotrope. HEX triplet: D0, 6F and F3. RGB value is (208,111,243). Sum of RGB (Red+Green+Blue) = 208+111+243=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 111 (43.75% from 255 or 19.75% from 562); Blue value is 243 (95.31% from 255 or 43.24% from 562); Max value from RGB is 243 - color contains mainly: blue. Hex color #D06FF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06FF3 is #2F900C. Grayscale: #9A9A9A. Windows color (decimal): -3117069 or 15953872. OLE color: 15953872.
HSL color Cylindrical-coordinate representation of color #D06FF3: hue angle of 284.09º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D06FF3 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 111 | 243 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.05 |
| HSL | 284.09º | 0.85% | 0.69% | - |
| HSV(B) | 284.09º | 0.54% | 0.95% | - |
| XYZ | 47.87 | 31.25 | 88.3 | - |
| YUV | 155.05 | 177.64 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 243 | 0.14 | 0.54 | 0 | 0.05 | 284.09 | 0.85 | 0.69 |
| Hex | D0 | 6F | F3 | E | 36 | 0 | 5 | 11C | 55 | 45 |
| Octal | 320 | 157 | 363 | 16 | 66 | 0 | 5 | 434 | 125 | 105 |
| Binary | 11010000 | 1101111 | 11110011 | 1110 | 110110 | 0 | 101 | 100011100 | 1010101 | 1000101 |
Color Harmonies of #D06FF3
Complementary color
Monochromatic Colors of #D06FF3
Black with #D06FF3
Text Example
Text Example
White with #D06FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06FF3; }
p { color: rgb(208,111,243); }
H1.HeaderClassName
{
color: #D06FF3;
}
.AnyTagClassName
{
color: #D06FF3;
}
</style>
background-color css
<style>
a { background-color: #D06FF3; }
a { background-color: rgb(208,111,243); }
div.DivClassName
{
background-color: #D06FF3;
}
.BgClassName
{
background-color: #D06FF3;
}
</style>
border-color css
<style>
span { border-color: #D06FF3; }
span { border-color: rgb(208,111,243); }
td.TdClassName
{
border-color: #D06FF3;
}
.TagClassName
{
border-color: #D06FF3;
}
</style>