Shades of Heliotrope #D068EC
Tints of Heliotrope #D068EC
RGB
CMYK
RGB Variations
Color information
#D068EC (or 0xD068EC) is known color: Heliotrope. HEX triplet: D0, 68 and EC. RGB value is (208,104,236). Sum of RGB (Red+Green+Blue) = 208+104+236=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 104 (41.02% from 255 or 18.98% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #D068EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D068EC is #2F9713. Grayscale: #959595. Windows color (decimal): -3118868 or 15493328. OLE color: 15493328.
HSL color Cylindrical-coordinate representation of color #D068EC: hue angle of 287.27º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D068EC is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 104 | 236 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.07 |
| HSL | 287.27º | 0.78% | 0.67% | - |
| HSV(B) | 287.27º | 0.56% | 0.93% | - |
| XYZ | 46.1 | 29.37 | 82.6 | - |
| YUV | 150.14 | 176.46 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 236 | 0.12 | 0.56 | 0 | 0.07 | 287.27 | 0.78 | 0.67 |
| Hex | D0 | 68 | EC | C | 38 | 0 | 7 | 11F | 4E | 43 |
| Octal | 320 | 150 | 354 | 14 | 70 | 0 | 7 | 437 | 116 | 103 |
| Binary | 11010000 | 1101000 | 11101100 | 1100 | 111000 | 0 | 111 | 100011111 | 1001110 | 1000011 |
Color Harmonies of #D068EC
Complementary color
Monochromatic Colors of #D068EC
Black with #D068EC
Text Example
Text Example
White with #D068EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D068EC; }
p { color: rgb(208,104,236); }
H1.HeaderClassName
{
color: #D068EC;
}
.AnyTagClassName
{
color: #D068EC;
}
</style>
background-color css
<style>
a { background-color: #D068EC; }
a { background-color: rgb(208,104,236); }
div.DivClassName
{
background-color: #D068EC;
}
.BgClassName
{
background-color: #D068EC;
}
</style>
border-color css
<style>
span { border-color: #D068EC; }
span { border-color: rgb(208,104,236); }
td.TdClassName
{
border-color: #D068EC;
}
.TagClassName
{
border-color: #D068EC;
}
</style>