Shades of Medium Orchid #D049E7
Tints of Medium Orchid #D049E7
RGB
CMYK
RGB Variations
Color information
#D049E7 (or 0xD049E7) is known color: Medium Orchid. HEX triplet: D0, 49 and E7. RGB value is (208,73,231). Sum of RGB (Red+Green+Blue) = 208+73+231=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 73 (28.91% from 255 or 14.26% from 512); Blue value is 231 (90.62% from 255 or 45.12% from 512); Max value from RGB is 231 - color contains mainly: blue. Hex color #D049E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D049E7 is #2FB618. Grayscale: #828282. Windows color (decimal): -3126809 or 15157712. OLE color: 15157712.
HSL color Cylindrical-coordinate representation of color #D049E7: hue angle of 291.27º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D049E7 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 73 | 231 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.09 |
| HSL | 291.27º | 0.77% | 0.6% | - |
| HSV(B) | 291.27º | 0.68% | 0.91% | - |
| XYZ | 42.82 | 23.94 | 77.97 | - |
| YUV | 131.38 | 184.23 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 73 | 231 | 0.10 | 0.68 | 0 | 0.09 | 291.27 | 0.77 | 0.6 |
| Hex | D0 | 49 | E7 | A | 44 | 0 | 9 | 123 | 4D | 3C |
| Octal | 320 | 111 | 347 | 12 | 104 | 0 | 11 | 443 | 115 | 74 |
| Binary | 11010000 | 1001001 | 11100111 | 1010 | 1000100 | 0 | 1001 | 100100011 | 1001101 | 111100 |
Color Harmonies of #D049E7
Complementary color
Monochromatic Colors of #D049E7
Black with #D049E7
Text Example
Text Example
White with #D049E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D049E7; }
p { color: rgb(208,73,231); }
H1.HeaderClassName
{
color: #D049E7;
}
.AnyTagClassName
{
color: #D049E7;
}
</style>
background-color css
<style>
a { background-color: #D049E7; }
a { background-color: rgb(208,73,231); }
div.DivClassName
{
background-color: #D049E7;
}
.BgClassName
{
background-color: #D049E7;
}
</style>
border-color css
<style>
span { border-color: #D049E7; }
span { border-color: rgb(208,73,231); }
td.TdClassName
{
border-color: #D049E7;
}
.TagClassName
{
border-color: #D049E7;
}
</style>