Shades of Heliotrope #D068EE
Tints of Heliotrope #D068EE
RGB
CMYK
RGB Variations
Color information
#D068EE (or 0xD068EE) is known color: Heliotrope. HEX triplet: D0, 68 and EE. RGB value is (208,104,238). Sum of RGB (Red+Green+Blue) = 208+104+238=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 104 (41.02% from 255 or 18.91% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #D068EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D068EE is #2F9711. Grayscale: #959595. Windows color (decimal): -3118866 or 15624400. OLE color: 15624400.
HSL color Cylindrical-coordinate representation of color #D068EE: hue angle of 286.57º degrees, saturation: 0.8, 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 #D068EE is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 104 | 238 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.07 |
| HSL | 286.57º | 0.8% | 0.67% | - |
| HSV(B) | 286.57º | 0.56% | 0.93% | - |
| XYZ | 46.4 | 29.48 | 84.13 | - |
| YUV | 150.37 | 177.46 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 238 | 0.13 | 0.56 | 0 | 0.07 | 286.57 | 0.8 | 0.67 |
| Hex | D0 | 68 | EE | D | 38 | 0 | 7 | 11F | 50 | 43 |
| Octal | 320 | 150 | 356 | 15 | 70 | 0 | 7 | 437 | 120 | 103 |
| Binary | 11010000 | 1101000 | 11101110 | 1101 | 111000 | 0 | 111 | 100011111 | 1010000 | 1000011 |
Color Harmonies of #D068EE
Complementary color
Monochromatic Colors of #D068EE
Black with #D068EE
Text Example
Text Example
White with #D068EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D068EE; }
p { color: rgb(208,104,238); }
H1.HeaderClassName
{
color: #D068EE;
}
.AnyTagClassName
{
color: #D068EE;
}
</style>
background-color css
<style>
a { background-color: #D068EE; }
a { background-color: rgb(208,104,238); }
div.DivClassName
{
background-color: #D068EE;
}
.BgClassName
{
background-color: #D068EE;
}
</style>
border-color css
<style>
span { border-color: #D068EE; }
span { border-color: rgb(208,104,238); }
td.TdClassName
{
border-color: #D068EE;
}
.TagClassName
{
border-color: #D068EE;
}
</style>