Shades of Medium Orchid #D038D8
Tints of Medium Orchid #D038D8
RGB
CMYK
RGB Variations
Color information
#D038D8 (or 0xD038D8) is known color: Medium Orchid. HEX triplet: D0, 38 and D8. RGB value is (208,56,216). Sum of RGB (Red+Green+Blue) = 208+56+216=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 56 (22.27% from 255 or 11.67% from 480); Blue value is 216 (84.77% from 255 or 45% from 480); Max value from RGB is 216 - color contains mainly: blue. Hex color #D038D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D038D8 is #2FC727. Grayscale: #777777. Windows color (decimal): -3131176 or 14170320. OLE color: 14170320.
HSL color Cylindrical-coordinate representation of color #D038D8: hue angle of 297º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D038D8 is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 56 | 216 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.15 |
| HSL | 297º | 0.67% | 0.53% | - |
| HSV(B) | 297º | 0.74% | 0.85% | - |
| XYZ | 39.82 | 21.2 | 66.96 | - |
| YUV | 119.69 | 182.36 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 56 | 216 | 0.04 | 0.74 | 0 | 0.15 | 297 | 0.67 | 0.53 |
| Hex | D0 | 38 | D8 | 4 | 4A | 0 | F | 129 | 43 | 35 |
| Octal | 320 | 70 | 330 | 4 | 112 | 0 | 17 | 451 | 103 | 65 |
| Binary | 11010000 | 111000 | 11011000 | 100 | 1001010 | 0 | 1111 | 100101001 | 1000011 | 110101 |
Color Harmonies of #D038D8
Complementary color
Monochromatic Colors of #D038D8
Black with #D038D8
Text Example
Text Example
White with #D038D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D038D8; }
p { color: rgb(208,56,216); }
H1.HeaderClassName
{
color: #D038D8;
}
.AnyTagClassName
{
color: #D038D8;
}
</style>
background-color css
<style>
a { background-color: #D038D8; }
a { background-color: rgb(208,56,216); }
div.DivClassName
{
background-color: #D038D8;
}
.BgClassName
{
background-color: #D038D8;
}
</style>
border-color css
<style>
span { border-color: #D038D8; }
span { border-color: rgb(208,56,216); }
td.TdClassName
{
border-color: #D038D8;
}
.TagClassName
{
border-color: #D038D8;
}
</style>