Shades of Heliotrope #D063EC
Tints of Heliotrope #D063EC
RGB
CMYK
RGB Variations
Color information
#D063EC (or 0xD063EC) is known color: Heliotrope. HEX triplet: D0, 63 and EC. RGB value is (208,99,236). Sum of RGB (Red+Green+Blue) = 208+99+236=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 99 (39.06% from 255 or 18.23% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #D063EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D063EC is #2F9C13. Grayscale: #929292. Windows color (decimal): -3120148 or 15492048. OLE color: 15492048.
HSL color Cylindrical-coordinate representation of color #D063EC: hue angle of 287.74º 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 #D063EC is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 99 | 236 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.07 |
| HSL | 287.74º | 0.78% | 0.66% | - |
| HSV(B) | 287.74º | 0.58% | 0.93% | - |
| XYZ | 45.61 | 28.39 | 82.43 | - |
| YUV | 147.21 | 178.11 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 236 | 0.12 | 0.58 | 0 | 0.07 | 287.74 | 0.78 | 0.66 |
| Hex | D0 | 63 | EC | C | 3A | 0 | 7 | 120 | 4E | 42 |
| Octal | 320 | 143 | 354 | 14 | 72 | 0 | 7 | 440 | 116 | 102 |
| Binary | 11010000 | 1100011 | 11101100 | 1100 | 111010 | 0 | 111 | 100100000 | 1001110 | 1000010 |
Color Harmonies of #D063EC
Complementary color
Monochromatic Colors of #D063EC
Black with #D063EC
Text Example
Text Example
White with #D063EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D063EC; }
p { color: rgb(208,99,236); }
H1.HeaderClassName
{
color: #D063EC;
}
.AnyTagClassName
{
color: #D063EC;
}
</style>
background-color css
<style>
a { background-color: #D063EC; }
a { background-color: rgb(208,99,236); }
div.DivClassName
{
background-color: #D063EC;
}
.BgClassName
{
background-color: #D063EC;
}
</style>
border-color css
<style>
span { border-color: #D063EC; }
span { border-color: rgb(208,99,236); }
td.TdClassName
{
border-color: #D063EC;
}
.TagClassName
{
border-color: #D063EC;
}
</style>