Shades of Heliotrope #D68EFA
Tints of Heliotrope #D68EFA
RGB
CMYK
RGB Variations
Color information
#D68EFA (or 0xD68EFA) is known color: Heliotrope. HEX triplet: D6, 8E and FA. RGB value is (214,142,250). Sum of RGB (Red+Green+Blue) = 214+142+250=606 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.31% from 606); Green value is 142 (55.86% from 255 or 23.43% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #D68EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68EFA is #297105. Grayscale: #AFAFAF. Windows color (decimal): -2715910 or 16420566. OLE color: 16420566.
HSL color Cylindrical-coordinate representation of color #D68EFA: hue angle of 280º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D68EFA is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 142 | 250 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.02 |
| HSL | 280º | 0.92% | 0.77% | - |
| HSV(B) | 280º | 0.43% | 0.98% | - |
| XYZ | 54.66 | 40.54 | 95.39 | - |
| YUV | 175.84 | 169.85 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 142 | 250 | 0.14 | 0.43 | 0 | 0.02 | 280 | 0.92 | 0.77 |
| Hex | D6 | 8E | FA | E | 2B | 0 | 2 | 118 | 5C | 4D |
| Octal | 326 | 216 | 372 | 16 | 53 | 0 | 2 | 430 | 134 | 115 |
| Binary | 11010110 | 10001110 | 11111010 | 1110 | 101011 | 0 | 10 | 100011000 | 1011100 | 1001101 |
Color Harmonies of #D68EFA
Complementary color
Monochromatic Colors of #D68EFA
Black with #D68EFA
Text Example
Text Example
White with #D68EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68EFA; }
p { color: rgb(214,142,250); }
H1.HeaderClassName
{
color: #D68EFA;
}
.AnyTagClassName
{
color: #D68EFA;
}
</style>
background-color css
<style>
a { background-color: #D68EFA; }
a { background-color: rgb(214,142,250); }
div.DivClassName
{
background-color: #D68EFA;
}
.BgClassName
{
background-color: #D68EFA;
}
</style>
border-color css
<style>
span { border-color: #D68EFA; }
span { border-color: rgb(214,142,250); }
td.TdClassName
{
border-color: #D68EFA;
}
.TagClassName
{
border-color: #D68EFA;
}
</style>