Shades of Medium Orchid #D038DD
Tints of Medium Orchid #D038DD
RGB
CMYK
RGB Variations
Color information
#D038DD (or 0xD038DD) is known color: Medium Orchid. HEX triplet: D0, 38 and DD. RGB value is (208,56,221). Sum of RGB (Red+Green+Blue) = 208+56+221=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 56 (22.27% from 255 or 11.55% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #D038DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D038DD is #2FC722. Grayscale: #777777. Windows color (decimal): -3131171 or 14498000. OLE color: 14498000.
HSL color Cylindrical-coordinate representation of color #D038DD: hue angle of 295.27º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D038DD is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 56 | 221 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.13 |
| HSL | 295.27º | 0.71% | 0.54% | - |
| HSV(B) | 295.27º | 0.75% | 0.87% | - |
| XYZ | 40.48 | 21.46 | 70.42 | - |
| YUV | 120.26 | 184.86 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 56 | 221 | 0.06 | 0.75 | 0 | 0.13 | 295.27 | 0.71 | 0.54 |
| Hex | D0 | 38 | DD | 6 | 4B | 0 | D | 127 | 47 | 36 |
| Octal | 320 | 70 | 335 | 6 | 113 | 0 | 15 | 447 | 107 | 66 |
| Binary | 11010000 | 111000 | 11011101 | 110 | 1001011 | 0 | 1101 | 100100111 | 1000111 | 110110 |
Color Harmonies of #D038DD
Complementary color
Monochromatic Colors of #D038DD
Black with #D038DD
Text Example
Text Example
White with #D038DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D038DD; }
p { color: rgb(208,56,221); }
H1.HeaderClassName
{
color: #D038DD;
}
.AnyTagClassName
{
color: #D038DD;
}
</style>
background-color css
<style>
a { background-color: #D038DD; }
a { background-color: rgb(208,56,221); }
div.DivClassName
{
background-color: #D038DD;
}
.BgClassName
{
background-color: #D038DD;
}
</style>
border-color css
<style>
span { border-color: #D038DD; }
span { border-color: rgb(208,56,221); }
td.TdClassName
{
border-color: #D038DD;
}
.TagClassName
{
border-color: #D038DD;
}
</style>