Shades of Medium Orchid #D138DF
Tints of Medium Orchid #D138DF
RGB
CMYK
RGB Variations
Color information
#D138DF (or 0xD138DF) is known color: Medium Orchid. HEX triplet: D1, 38 and DF. RGB value is (209,56,223). Sum of RGB (Red+Green+Blue) = 209+56+223=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 56 (22.27% from 255 or 11.48% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #D138DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D138DF is #2EC720. Grayscale: #787878. Windows color (decimal): -3065633 or 14629073. OLE color: 14629073.
HSL color Cylindrical-coordinate representation of color #D138DF: hue angle of 294.97º 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 #D138DF is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 56 | 223 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.13 |
| HSL | 294.97º | 0.72% | 0.55% | - |
| HSV(B) | 294.97º | 0.75% | 0.87% | - |
| XYZ | 41.03 | 21.71 | 71.84 | - |
| YUV | 120.79 | 185.69 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 56 | 223 | 0.06 | 0.75 | 0 | 0.13 | 294.97 | 0.72 | 0.55 |
| Hex | D1 | 38 | DF | 6 | 4B | 0 | D | 127 | 48 | 37 |
| Octal | 321 | 70 | 337 | 6 | 113 | 0 | 15 | 447 | 110 | 67 |
| Binary | 11010001 | 111000 | 11011111 | 110 | 1001011 | 0 | 1101 | 100100111 | 1001000 | 110111 |
Color Harmonies of #D138DF
Complementary color
Monochromatic Colors of #D138DF
Black with #D138DF
Text Example
Text Example
White with #D138DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D138DF; }
p { color: rgb(209,56,223); }
H1.HeaderClassName
{
color: #D138DF;
}
.AnyTagClassName
{
color: #D138DF;
}
</style>
background-color css
<style>
a { background-color: #D138DF; }
a { background-color: rgb(209,56,223); }
div.DivClassName
{
background-color: #D138DF;
}
.BgClassName
{
background-color: #D138DF;
}
</style>
border-color css
<style>
span { border-color: #D138DF; }
span { border-color: rgb(209,56,223); }
td.TdClassName
{
border-color: #D138DF;
}
.TagClassName
{
border-color: #D138DF;
}
</style>