Shades of Medium Orchid #D146DF
Tints of Medium Orchid #D146DF
RGB
CMYK
RGB Variations
Color information
#D146DF (or 0xD146DF) is known color: Medium Orchid. HEX triplet: D1, 46 and DF. RGB value is (209,70,223). Sum of RGB (Red+Green+Blue) = 209+70+223=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 70 (27.73% from 255 or 13.94% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #D146DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D146DF is #2EB920. Grayscale: #808080. Windows color (decimal): -3062049 or 14632657. OLE color: 14632657.
HSL color Cylindrical-coordinate representation of color #D146DF: hue angle of 294.51º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D146DF is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 70 | 223 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.13 |
| HSL | 294.51º | 0.71% | 0.57% | - |
| HSV(B) | 294.51º | 0.69% | 0.87% | - |
| XYZ | 41.8 | 23.26 | 72.1 | - |
| YUV | 129 | 181.05 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 70 | 223 | 0.06 | 0.69 | 0 | 0.13 | 294.51 | 0.71 | 0.57 |
| Hex | D1 | 46 | DF | 6 | 45 | 0 | D | 127 | 47 | 39 |
| Octal | 321 | 106 | 337 | 6 | 105 | 0 | 15 | 447 | 107 | 71 |
| Binary | 11010001 | 1000110 | 11011111 | 110 | 1000101 | 0 | 1101 | 100100111 | 1000111 | 111001 |
Color Harmonies of #D146DF
Complementary color
Monochromatic Colors of #D146DF
Black with #D146DF
Text Example
Text Example
White with #D146DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D146DF; }
p { color: rgb(209,70,223); }
H1.HeaderClassName
{
color: #D146DF;
}
.AnyTagClassName
{
color: #D146DF;
}
</style>
background-color css
<style>
a { background-color: #D146DF; }
a { background-color: rgb(209,70,223); }
div.DivClassName
{
background-color: #D146DF;
}
.BgClassName
{
background-color: #D146DF;
}
</style>
border-color css
<style>
span { border-color: #D146DF; }
span { border-color: rgb(209,70,223); }
td.TdClassName
{
border-color: #D146DF;
}
.TagClassName
{
border-color: #D146DF;
}
</style>