Shades of Heliotrope #D68EFF
Tints of Heliotrope #D68EFF
RGB
CMYK
RGB Variations
Color information
#D68EFF (or 0xD68EFF) is known color: Heliotrope. HEX triplet: D6, 8E and FF. RGB value is (214,142,255). Sum of RGB (Red+Green+Blue) = 214+142+255=611 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.02% from 611); Green value is 142 (55.86% from 255 or 23.24% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #D68EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68EFF is #297100. Grayscale: #B0B0B0. Windows color (decimal): -2715905 or 16748246. OLE color: 16748246.
HSL color Cylindrical-coordinate representation of color #D68EFF: hue angle of 278.23º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D68EFF is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 142 | 255 | - |
| CMYK | 0.16 | 0.44 | 0 | 0 |
| HSL | 278.23º | 1% | 0.78% | - |
| HSV(B) | 278.23º | 0.44% | 1% | - |
| XYZ | 55.45 | 40.86 | 99.57 | - |
| YUV | 176.41 | 172.35 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 142 | 255 | 0.16 | 0.44 | 0 | 0 | 278.23 | 1 | 0.78 |
| Hex | D6 | 8E | FF | 10 | 2C | 0 | 0 | 116 | 64 | 4E |
| Octal | 326 | 216 | 377 | 20 | 54 | 0 | 0 | 426 | 144 | 116 |
| Binary | 11010110 | 10001110 | 11111111 | 10000 | 101100 | 0 | 0 | 100010110 | 1100100 | 1001110 |
Color Harmonies of #D68EFF
Complementary color
Monochromatic Colors of #D68EFF
Black with #D68EFF
Text Example
Text Example
White with #D68EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68EFF; }
p { color: rgb(214,142,255); }
H1.HeaderClassName
{
color: #D68EFF;
}
.AnyTagClassName
{
color: #D68EFF;
}
</style>
background-color css
<style>
a { background-color: #D68EFF; }
a { background-color: rgb(214,142,255); }
div.DivClassName
{
background-color: #D68EFF;
}
.BgClassName
{
background-color: #D68EFF;
}
</style>
border-color css
<style>
span { border-color: #D68EFF; }
span { border-color: rgb(214,142,255); }
td.TdClassName
{
border-color: #D68EFF;
}
.TagClassName
{
border-color: #D68EFF;
}
</style>