Shades of Heliotrope #D663EC
Tints of Heliotrope #D663EC
RGB
CMYK
RGB Variations
Color information
#D663EC (or 0xD663EC) is known color: Heliotrope. HEX triplet: D6, 63 and EC. RGB value is (214,99,236). Sum of RGB (Red+Green+Blue) = 214+99+236=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 99 (39.06% from 255 or 18.03% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #D663EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D663EC is #299C13. Grayscale: #949494. Windows color (decimal): -2726932 or 15492054. OLE color: 15492054.
HSL color Cylindrical-coordinate representation of color #D663EC: hue angle of 290.36º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D663EC is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 99 | 236 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.07 |
| HSL | 290.37º | 0.78% | 0.66% | - |
| HSV(B) | 290.37º | 0.58% | 0.93% | - |
| XYZ | 47.33 | 29.28 | 82.51 | - |
| YUV | 149 | 177.1 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 99 | 236 | 0.09 | 0.58 | 0 | 0.07 | 290.37 | 0.78 | 0.66 |
| Hex | D6 | 63 | EC | 9 | 3A | 0 | 7 | 122 | 4E | 42 |
| Octal | 326 | 143 | 354 | 11 | 72 | 0 | 7 | 442 | 116 | 102 |
| Binary | 11010110 | 1100011 | 11101100 | 1001 | 111010 | 0 | 111 | 100100010 | 1001110 | 1000010 |
Color Harmonies of #D663EC
Complementary color
Monochromatic Colors of #D663EC
Black with #D663EC
Text Example
Text Example
White with #D663EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D663EC; }
p { color: rgb(214,99,236); }
H1.HeaderClassName
{
color: #D663EC;
}
.AnyTagClassName
{
color: #D663EC;
}
</style>
background-color css
<style>
a { background-color: #D663EC; }
a { background-color: rgb(214,99,236); }
div.DivClassName
{
background-color: #D663EC;
}
.BgClassName
{
background-color: #D663EC;
}
</style>
border-color css
<style>
span { border-color: #D663EC; }
span { border-color: rgb(214,99,236); }
td.TdClassName
{
border-color: #D663EC;
}
.TagClassName
{
border-color: #D663EC;
}
</style>