Shades of Medium Orchid #D045EC
Tints of Medium Orchid #D045EC
RGB
CMYK
RGB Variations
Color information
#D045EC (or 0xD045EC) is known color: Medium Orchid. HEX triplet: D0, 45 and EC. RGB value is (208,69,236). Sum of RGB (Red+Green+Blue) = 208+69+236=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 69 (27.34% from 255 or 13.45% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #D045EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D045EC is #2FBA13. Grayscale: #818181. Windows color (decimal): -3127828 or 15484368. OLE color: 15484368.
HSL color Cylindrical-coordinate representation of color #D045EC: hue angle of 289.94º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D045EC is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 69 | 236 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.07 |
| HSL | 289.94º | 0.81% | 0.6% | - |
| HSV(B) | 289.94º | 0.71% | 0.93% | - |
| XYZ | 43.28 | 23.72 | 81.65 | - |
| YUV | 129.6 | 188.05 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 236 | 0.12 | 0.71 | 0 | 0.07 | 289.94 | 0.81 | 0.6 |
| Hex | D0 | 45 | EC | C | 47 | 0 | 7 | 122 | 51 | 3C |
| Octal | 320 | 105 | 354 | 14 | 107 | 0 | 7 | 442 | 121 | 74 |
| Binary | 11010000 | 1000101 | 11101100 | 1100 | 1000111 | 0 | 111 | 100100010 | 1010001 | 111100 |
Color Harmonies of #D045EC
Complementary color
Monochromatic Colors of #D045EC
Black with #D045EC
Text Example
Text Example
White with #D045EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D045EC; }
p { color: rgb(208,69,236); }
H1.HeaderClassName
{
color: #D045EC;
}
.AnyTagClassName
{
color: #D045EC;
}
</style>
background-color css
<style>
a { background-color: #D045EC; }
a { background-color: rgb(208,69,236); }
div.DivClassName
{
background-color: #D045EC;
}
.BgClassName
{
background-color: #D045EC;
}
</style>
border-color css
<style>
span { border-color: #D045EC; }
span { border-color: rgb(208,69,236); }
td.TdClassName
{
border-color: #D045EC;
}
.TagClassName
{
border-color: #D045EC;
}
</style>