Shades of Medium Orchid #D043E8
Tints of Medium Orchid #D043E8
RGB
CMYK
RGB Variations
Color information
#D043E8 (or 0xD043E8) is known color: Medium Orchid. HEX triplet: D0, 43 and E8. RGB value is (208,67,232). Sum of RGB (Red+Green+Blue) = 208+67+232=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 67 (26.56% from 255 or 13.21% from 507); Blue value is 232 (91.02% from 255 or 45.76% from 507); Max value from RGB is 232 - color contains mainly: blue. Hex color #D043E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D043E8 is #2FBC17. Grayscale: #7F7F7F. Windows color (decimal): -3128344 or 15221712. OLE color: 15221712.
HSL color Cylindrical-coordinate representation of color #D043E8: hue angle of 291.27º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D043E8 is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 67 | 232 | - |
| CMYK | 0.10 | 0.71 | 0 | 0.09 |
| HSL | 291.27º | 0.78% | 0.59% | - |
| HSV(B) | 291.27º | 0.71% | 0.91% | - |
| XYZ | 42.59 | 23.25 | 78.59 | - |
| YUV | 127.97 | 186.71 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 232 | 0.10 | 0.71 | 0 | 0.09 | 291.27 | 0.78 | 0.59 |
| Hex | D0 | 43 | E8 | A | 47 | 0 | 9 | 123 | 4E | 3B |
| Octal | 320 | 103 | 350 | 12 | 107 | 0 | 11 | 443 | 116 | 73 |
| Binary | 11010000 | 1000011 | 11101000 | 1010 | 1000111 | 0 | 1001 | 100100011 | 1001110 | 111011 |
Color Harmonies of #D043E8
Complementary color
Monochromatic Colors of #D043E8
Black with #D043E8
Text Example
Text Example
White with #D043E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D043E8; }
p { color: rgb(208,67,232); }
H1.HeaderClassName
{
color: #D043E8;
}
.AnyTagClassName
{
color: #D043E8;
}
</style>
background-color css
<style>
a { background-color: #D043E8; }
a { background-color: rgb(208,67,232); }
div.DivClassName
{
background-color: #D043E8;
}
.BgClassName
{
background-color: #D043E8;
}
</style>
border-color css
<style>
span { border-color: #D043E8; }
span { border-color: rgb(208,67,232); }
td.TdClassName
{
border-color: #D043E8;
}
.TagClassName
{
border-color: #D043E8;
}
</style>