Shades of Medium Orchid #D038DF
Tints of Medium Orchid #D038DF
RGB
CMYK
RGB Variations
Color information
#D038DF (or 0xD038DF) is known color: Medium Orchid. HEX triplet: D0, 38 and DF. RGB value is (208,56,223). Sum of RGB (Red+Green+Blue) = 208+56+223=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 56 (22.27% from 255 or 11.50% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #D038DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D038DF is #2FC720. Grayscale: #777777. Windows color (decimal): -3131169 or 14629072. OLE color: 14629072.
HSL color Cylindrical-coordinate representation of color #D038DF: hue angle of 294.61º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D038DF is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 56 | 223 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.13 |
| HSL | 294.61º | 0.72% | 0.55% | - |
| HSV(B) | 294.61º | 0.75% | 0.87% | - |
| XYZ | 40.75 | 21.57 | 71.83 | - |
| YUV | 120.49 | 185.86 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 56 | 223 | 0.07 | 0.75 | 0 | 0.13 | 294.61 | 0.72 | 0.55 |
| Hex | D0 | 38 | DF | 7 | 4B | 0 | D | 127 | 48 | 37 |
| Octal | 320 | 70 | 337 | 7 | 113 | 0 | 15 | 447 | 110 | 67 |
| Binary | 11010000 | 111000 | 11011111 | 111 | 1001011 | 0 | 1101 | 100100111 | 1001000 | 110111 |
Color Harmonies of #D038DF
Complementary color
Monochromatic Colors of #D038DF
Black with #D038DF
Text Example
Text Example
White with #D038DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D038DF; }
p { color: rgb(208,56,223); }
H1.HeaderClassName
{
color: #D038DF;
}
.AnyTagClassName
{
color: #D038DF;
}
</style>
background-color css
<style>
a { background-color: #D038DF; }
a { background-color: rgb(208,56,223); }
div.DivClassName
{
background-color: #D038DF;
}
.BgClassName
{
background-color: #D038DF;
}
</style>
border-color css
<style>
span { border-color: #D038DF; }
span { border-color: rgb(208,56,223); }
td.TdClassName
{
border-color: #D038DF;
}
.TagClassName
{
border-color: #D038DF;
}
</style>