Shades of Medium Orchid #D043F3
Tints of Medium Orchid #D043F3
RGB
CMYK
RGB Variations
Color information
#D043F3 (or 0xD043F3) is known color: Medium Orchid. HEX triplet: D0, 43 and F3. RGB value is (208,67,243). Sum of RGB (Red+Green+Blue) = 208+67+243=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 67 (26.56% from 255 or 12.93% from 518); Blue value is 243 (95.31% from 255 or 46.91% from 518); Max value from RGB is 243 - color contains mainly: blue. Hex color #D043F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D043F3 is #2FBC0C. Grayscale: #808080. Windows color (decimal): -3128333 or 15942608. OLE color: 15942608.
HSL color Cylindrical-coordinate representation of color #D043F3: hue angle of 288.07º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D043F3 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 67 | 243 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.05 |
| HSL | 288.07º | 0.88% | 0.61% | - |
| HSV(B) | 288.07º | 0.72% | 0.95% | - |
| XYZ | 44.2 | 23.9 | 87.08 | - |
| YUV | 129.22 | 192.21 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 243 | 0.14 | 0.72 | 0 | 0.05 | 288.07 | 0.88 | 0.61 |
| Hex | D0 | 43 | F3 | E | 48 | 0 | 5 | 120 | 58 | 3D |
| Octal | 320 | 103 | 363 | 16 | 110 | 0 | 5 | 440 | 130 | 75 |
| Binary | 11010000 | 1000011 | 11110011 | 1110 | 1001000 | 0 | 101 | 100100000 | 1011000 | 111101 |
Color Harmonies of #D043F3
Complementary color
Monochromatic Colors of #D043F3
Black with #D043F3
Text Example
Text Example
White with #D043F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D043F3; }
p { color: rgb(208,67,243); }
H1.HeaderClassName
{
color: #D043F3;
}
.AnyTagClassName
{
color: #D043F3;
}
</style>
background-color css
<style>
a { background-color: #D043F3; }
a { background-color: rgb(208,67,243); }
div.DivClassName
{
background-color: #D043F3;
}
.BgClassName
{
background-color: #D043F3;
}
</style>
border-color css
<style>
span { border-color: #D043F3; }
span { border-color: rgb(208,67,243); }
td.TdClassName
{
border-color: #D043F3;
}
.TagClassName
{
border-color: #D043F3;
}
</style>