Shades of Heliotrope #D068F6
Tints of Heliotrope #D068F6
RGB
CMYK
RGB Variations
Color information
#D068F6 (or 0xD068F6) is known color: Heliotrope. HEX triplet: D0, 68 and F6. RGB value is (208,104,246). Sum of RGB (Red+Green+Blue) = 208+104+246=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 104 (41.02% from 255 or 18.64% from 558); Blue value is 246 (96.48% from 255 or 44.09% from 558); Max value from RGB is 246 - color contains mainly: blue. Hex color #D068F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D068F6 is #2F9709. Grayscale: #969696. Windows color (decimal): -3118858 or 16148688. OLE color: 16148688.
HSL color Cylindrical-coordinate representation of color #D068F6: hue angle of 283.94º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D068F6 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 104 | 246 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.04 |
| HSL | 283.94º | 0.89% | 0.69% | - |
| HSV(B) | 283.94º | 0.58% | 0.96% | - |
| XYZ | 47.6 | 29.96 | 90.46 | - |
| YUV | 151.28 | 181.46 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 246 | 0.15 | 0.58 | 0 | 0.04 | 283.94 | 0.89 | 0.69 |
| Hex | D0 | 68 | F6 | F | 3A | 0 | 4 | 11C | 59 | 45 |
| Octal | 320 | 150 | 366 | 17 | 72 | 0 | 4 | 434 | 131 | 105 |
| Binary | 11010000 | 1101000 | 11110110 | 1111 | 111010 | 0 | 100 | 100011100 | 1011001 | 1000101 |
Color Harmonies of #D068F6
Complementary color
Monochromatic Colors of #D068F6
Black with #D068F6
Text Example
Text Example
White with #D068F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D068F6; }
p { color: rgb(208,104,246); }
H1.HeaderClassName
{
color: #D068F6;
}
.AnyTagClassName
{
color: #D068F6;
}
</style>
background-color css
<style>
a { background-color: #D068F6; }
a { background-color: rgb(208,104,246); }
div.DivClassName
{
background-color: #D068F6;
}
.BgClassName
{
background-color: #D068F6;
}
</style>
border-color css
<style>
span { border-color: #D068F6; }
span { border-color: rgb(208,104,246); }
td.TdClassName
{
border-color: #D068F6;
}
.TagClassName
{
border-color: #D068F6;
}
</style>