Shades of Medium Orchid #D142DF
Tints of Medium Orchid #D142DF
RGB
CMYK
RGB Variations
Color information
#D142DF (or 0xD142DF) is known color: Medium Orchid. HEX triplet: D1, 42 and DF. RGB value is (209,66,223). Sum of RGB (Red+Green+Blue) = 209+66+223=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 66 (26.17% from 255 or 13.25% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #D142DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D142DF is #2EBD20. Grayscale: #7E7E7E. Windows color (decimal): -3063073 or 14631633. OLE color: 14631633.
HSL color Cylindrical-coordinate representation of color #D142DF: hue angle of 294.65º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D142DF is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 66 | 223 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.13 |
| HSL | 294.65º | 0.71% | 0.57% | - |
| HSV(B) | 294.65º | 0.7% | 0.87% | - |
| XYZ | 41.56 | 22.78 | 72.02 | - |
| YUV | 126.66 | 182.38 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 66 | 223 | 0.06 | 0.70 | 0 | 0.13 | 294.65 | 0.71 | 0.57 |
| Hex | D1 | 42 | DF | 6 | 46 | 0 | D | 127 | 47 | 39 |
| Octal | 321 | 102 | 337 | 6 | 106 | 0 | 15 | 447 | 107 | 71 |
| Binary | 11010001 | 1000010 | 11011111 | 110 | 1000110 | 0 | 1101 | 100100111 | 1000111 | 111001 |
Color Harmonies of #D142DF
Complementary color
Monochromatic Colors of #D142DF
Black with #D142DF
Text Example
Text Example
White with #D142DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D142DF; }
p { color: rgb(209,66,223); }
H1.HeaderClassName
{
color: #D142DF;
}
.AnyTagClassName
{
color: #D142DF;
}
</style>
background-color css
<style>
a { background-color: #D142DF; }
a { background-color: rgb(209,66,223); }
div.DivClassName
{
background-color: #D142DF;
}
.BgClassName
{
background-color: #D142DF;
}
</style>
border-color css
<style>
span { border-color: #D142DF; }
span { border-color: rgb(209,66,223); }
td.TdClassName
{
border-color: #D142DF;
}
.TagClassName
{
border-color: #D142DF;
}
</style>