Shades of Heliotrope #D66EFF
Tints of Heliotrope #D66EFF
RGB
CMYK
RGB Variations
Color information
#D66EFF (or 0xD66EFF) is known color: Heliotrope. HEX triplet: D6, 6E and FF. RGB value is (214,110,255). Sum of RGB (Red+Green+Blue) = 214+110+255=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 110 (43.36% from 255 or 19.00% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #D66EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66EFF is #299100. Grayscale: #9D9D9D. Windows color (decimal): -2724097 or 16740054. OLE color: 16740054.
HSL color Cylindrical-coordinate representation of color #D66EFF: hue angle of 283.03º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D66EFF is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 110 | 255 | - |
| CMYK | 0.16 | 0.57 | 0 | 0 |
| HSL | 283.03º | 1% | 0.72% | - |
| HSV(B) | 283.03º | 0.57% | 1% | - |
| XYZ | 51.36 | 32.67 | 98.21 | - |
| YUV | 157.63 | 182.96 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 110 | 255 | 0.16 | 0.57 | 0 | 0 | 283.03 | 1 | 0.72 |
| Hex | D6 | 6E | FF | 10 | 39 | 0 | 0 | 11B | 64 | 48 |
| Octal | 326 | 156 | 377 | 20 | 71 | 0 | 0 | 433 | 144 | 110 |
| Binary | 11010110 | 1101110 | 11111111 | 10000 | 111001 | 0 | 0 | 100011011 | 1100100 | 1001000 |
Color Harmonies of #D66EFF
Complementary color
Monochromatic Colors of #D66EFF
Black with #D66EFF
Text Example
Text Example
White with #D66EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66EFF; }
p { color: rgb(214,110,255); }
H1.HeaderClassName
{
color: #D66EFF;
}
.AnyTagClassName
{
color: #D66EFF;
}
</style>
background-color css
<style>
a { background-color: #D66EFF; }
a { background-color: rgb(214,110,255); }
div.DivClassName
{
background-color: #D66EFF;
}
.BgClassName
{
background-color: #D66EFF;
}
</style>
border-color css
<style>
span { border-color: #D66EFF; }
span { border-color: rgb(214,110,255); }
td.TdClassName
{
border-color: #D66EFF;
}
.TagClassName
{
border-color: #D66EFF;
}
</style>