Shades of Medium Orchid #D047F3
Tints of Medium Orchid #D047F3
RGB
CMYK
RGB Variations
Color information
#D047F3 (or 0xD047F3) is known color: Medium Orchid. HEX triplet: D0, 47 and F3. RGB value is (208,71,243). Sum of RGB (Red+Green+Blue) = 208+71+243=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 71 (28.12% from 255 or 13.60% from 522); Blue value is 243 (95.31% from 255 or 46.55% from 522); Max value from RGB is 243 - color contains mainly: blue. Hex color #D047F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D047F3 is #2FB80C. Grayscale: #838383. Windows color (decimal): -3127309 or 15943632. OLE color: 15943632.
HSL color Cylindrical-coordinate representation of color #D047F3: hue angle of 287.79º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D047F3 is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 71 | 243 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.05 |
| HSL | 287.79º | 0.88% | 0.62% | - |
| HSV(B) | 287.79º | 0.71% | 0.95% | - |
| XYZ | 44.44 | 24.39 | 87.16 | - |
| YUV | 131.57 | 190.89 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 71 | 243 | 0.14 | 0.71 | 0 | 0.05 | 287.79 | 0.88 | 0.62 |
| Hex | D0 | 47 | F3 | E | 47 | 0 | 5 | 120 | 58 | 3E |
| Octal | 320 | 107 | 363 | 16 | 107 | 0 | 5 | 440 | 130 | 76 |
| Binary | 11010000 | 1000111 | 11110011 | 1110 | 1000111 | 0 | 101 | 100100000 | 1011000 | 111110 |
Color Harmonies of #D047F3
Complementary color
Monochromatic Colors of #D047F3
Black with #D047F3
Text Example
Text Example
White with #D047F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D047F3; }
p { color: rgb(208,71,243); }
H1.HeaderClassName
{
color: #D047F3;
}
.AnyTagClassName
{
color: #D047F3;
}
</style>
background-color css
<style>
a { background-color: #D047F3; }
a { background-color: rgb(208,71,243); }
div.DivClassName
{
background-color: #D047F3;
}
.BgClassName
{
background-color: #D047F3;
}
</style>
border-color css
<style>
span { border-color: #D047F3; }
span { border-color: rgb(208,71,243); }
td.TdClassName
{
border-color: #D047F3;
}
.TagClassName
{
border-color: #D047F3;
}
</style>