Shades of Medium Orchid #D049F2
Tints of Medium Orchid #D049F2
RGB
CMYK
RGB Variations
Color information
#D049F2 (or 0xD049F2) is known color: Medium Orchid. HEX triplet: D0, 49 and F2. RGB value is (208,73,242). Sum of RGB (Red+Green+Blue) = 208+73+242=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 73 (28.91% from 255 or 13.96% from 523); Blue value is 242 (94.92% from 255 or 46.27% from 523); Max value from RGB is 242 - color contains mainly: blue. Hex color #D049F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D049F2 is #2FB60D. Grayscale: #848484. Windows color (decimal): -3126798 or 15878608. OLE color: 15878608.
HSL color Cylindrical-coordinate representation of color #D049F2: hue angle of 287.93º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D049F2 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 73 | 242 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.05 |
| HSL | 287.93º | 0.87% | 0.62% | - |
| HSV(B) | 287.93º | 0.7% | 0.95% | - |
| XYZ | 44.42 | 24.59 | 86.41 | - |
| YUV | 132.63 | 189.73 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 73 | 242 | 0.14 | 0.70 | 0 | 0.05 | 287.93 | 0.87 | 0.62 |
| Hex | D0 | 49 | F2 | E | 46 | 0 | 5 | 120 | 57 | 3E |
| Octal | 320 | 111 | 362 | 16 | 106 | 0 | 5 | 440 | 127 | 76 |
| Binary | 11010000 | 1001001 | 11110010 | 1110 | 1000110 | 0 | 101 | 100100000 | 1010111 | 111110 |
Color Harmonies of #D049F2
Complementary color
Monochromatic Colors of #D049F2
Black with #D049F2
Text Example
Text Example
White with #D049F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D049F2; }
p { color: rgb(208,73,242); }
H1.HeaderClassName
{
color: #D049F2;
}
.AnyTagClassName
{
color: #D049F2;
}
</style>
background-color css
<style>
a { background-color: #D049F2; }
a { background-color: rgb(208,73,242); }
div.DivClassName
{
background-color: #D049F2;
}
.BgClassName
{
background-color: #D049F2;
}
</style>
border-color css
<style>
span { border-color: #D049F2; }
span { border-color: rgb(208,73,242); }
td.TdClassName
{
border-color: #D049F2;
}
.TagClassName
{
border-color: #D049F2;
}
</style>