Shades of Heliotrope #D463EC
Tints of Heliotrope #D463EC
RGB
CMYK
RGB Variations
Color information
#D463EC (or 0xD463EC) is known color: Heliotrope. HEX triplet: D4, 63 and EC. RGB value is (212,99,236). Sum of RGB (Red+Green+Blue) = 212+99+236=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 99 (39.06% from 255 or 18.10% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #D463EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D463EC is #2B9C13. Grayscale: #939393. Windows color (decimal): -2858004 or 15492052. OLE color: 15492052.
HSL color Cylindrical-coordinate representation of color #D463EC: hue angle of 289.49º 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 #D463EC is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 99 | 236 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.07 |
| HSL | 289.49º | 0.78% | 0.66% | - |
| HSV(B) | 289.49º | 0.58% | 0.93% | - |
| XYZ | 46.75 | 28.98 | 82.49 | - |
| YUV | 148.41 | 177.44 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 99 | 236 | 0.10 | 0.58 | 0 | 0.07 | 289.49 | 0.78 | 0.66 |
| Hex | D4 | 63 | EC | A | 3A | 0 | 7 | 121 | 4E | 42 |
| Octal | 324 | 143 | 354 | 12 | 72 | 0 | 7 | 441 | 116 | 102 |
| Binary | 11010100 | 1100011 | 11101100 | 1010 | 111010 | 0 | 111 | 100100001 | 1001110 | 1000010 |
Color Harmonies of #D463EC
Complementary color
Monochromatic Colors of #D463EC
Black with #D463EC
Text Example
Text Example
White with #D463EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D463EC; }
p { color: rgb(212,99,236); }
H1.HeaderClassName
{
color: #D463EC;
}
.AnyTagClassName
{
color: #D463EC;
}
</style>
background-color css
<style>
a { background-color: #D463EC; }
a { background-color: rgb(212,99,236); }
div.DivClassName
{
background-color: #D463EC;
}
.BgClassName
{
background-color: #D463EC;
}
</style>
border-color css
<style>
span { border-color: #D463EC; }
span { border-color: rgb(212,99,236); }
td.TdClassName
{
border-color: #D463EC;
}
.TagClassName
{
border-color: #D463EC;
}
</style>