Shades of Medium Orchid #D043E6
Tints of Medium Orchid #D043E6
RGB
CMYK
RGB Variations
Color information
#D043E6 (or 0xD043E6) is known color: Medium Orchid. HEX triplet: D0, 43 and E6. RGB value is (208,67,230). Sum of RGB (Red+Green+Blue) = 208+67+230=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 67 (26.56% from 255 or 13.27% from 505); Blue value is 230 (90.23% from 255 or 45.54% from 505); Max value from RGB is 230 - color contains mainly: blue. Hex color #D043E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D043E6 is #2FBC19. Grayscale: #7F7F7F. Windows color (decimal): -3128346 or 15090640. OLE color: 15090640.
HSL color Cylindrical-coordinate representation of color #D043E6: hue angle of 291.9º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D043E6 is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 67 | 230 | - |
| CMYK | 0.10 | 0.71 | 0 | 0.10 |
| HSL | 291.9º | 0.77% | 0.58% | - |
| HSV(B) | 291.9º | 0.71% | 0.9% | - |
| XYZ | 42.3 | 23.14 | 77.1 | - |
| YUV | 127.74 | 185.71 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 230 | 0.10 | 0.71 | 0 | 0.10 | 291.9 | 0.77 | 0.58 |
| Hex | D0 | 43 | E6 | A | 47 | 0 | A | 124 | 4D | 3A |
| Octal | 320 | 103 | 346 | 12 | 107 | 0 | 12 | 444 | 115 | 72 |
| Binary | 11010000 | 1000011 | 11100110 | 1010 | 1000111 | 0 | 1010 | 100100100 | 1001101 | 111010 |
Color Harmonies of #D043E6
Complementary color
Monochromatic Colors of #D043E6
Black with #D043E6
Text Example
Text Example
White with #D043E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D043E6; }
p { color: rgb(208,67,230); }
H1.HeaderClassName
{
color: #D043E6;
}
.AnyTagClassName
{
color: #D043E6;
}
</style>
background-color css
<style>
a { background-color: #D043E6; }
a { background-color: rgb(208,67,230); }
div.DivClassName
{
background-color: #D043E6;
}
.BgClassName
{
background-color: #D043E6;
}
</style>
border-color css
<style>
span { border-color: #D043E6; }
span { border-color: rgb(208,67,230); }
td.TdClassName
{
border-color: #D043E6;
}
.TagClassName
{
border-color: #D043E6;
}
</style>