Shades of Heliotrope #D660EC
Tints of Heliotrope #D660EC
RGB
CMYK
RGB Variations
Color information
#D660EC (or 0xD660EC) is known color: Heliotrope. HEX triplet: D6, 60 and EC. RGB value is (214,96,236). Sum of RGB (Red+Green+Blue) = 214+96+236=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 96 (37.89% from 255 or 17.58% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #D660EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D660EC is #299F13. Grayscale: #929292. Windows color (decimal): -2727700 or 15491286. OLE color: 15491286.
HSL color Cylindrical-coordinate representation of color #D660EC: hue angle of 290.57º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D660EC is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 96 | 236 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.07 |
| HSL | 290.57º | 0.79% | 0.65% | - |
| HSV(B) | 290.57º | 0.59% | 0.93% | - |
| XYZ | 47.05 | 28.72 | 82.42 | - |
| YUV | 147.24 | 178.09 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 96 | 236 | 0.09 | 0.59 | 0 | 0.07 | 290.57 | 0.79 | 0.65 |
| Hex | D6 | 60 | EC | 9 | 3B | 0 | 7 | 123 | 4F | 41 |
| Octal | 326 | 140 | 354 | 11 | 73 | 0 | 7 | 443 | 117 | 101 |
| Binary | 11010110 | 1100000 | 11101100 | 1001 | 111011 | 0 | 111 | 100100011 | 1001111 | 1000001 |
Color Harmonies of #D660EC
Complementary color
Monochromatic Colors of #D660EC
Black with #D660EC
Text Example
Text Example
White with #D660EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D660EC; }
p { color: rgb(214,96,236); }
H1.HeaderClassName
{
color: #D660EC;
}
.AnyTagClassName
{
color: #D660EC;
}
</style>
background-color css
<style>
a { background-color: #D660EC; }
a { background-color: rgb(214,96,236); }
div.DivClassName
{
background-color: #D660EC;
}
.BgClassName
{
background-color: #D660EC;
}
</style>
border-color css
<style>
span { border-color: #D660EC; }
span { border-color: rgb(214,96,236); }
td.TdClassName
{
border-color: #D660EC;
}
.TagClassName
{
border-color: #D660EC;
}
</style>