Shades of Medium Orchid #D142EF
Tints of Medium Orchid #D142EF
RGB
CMYK
RGB Variations
Color information
#D142EF (or 0xD142EF) is known color: Medium Orchid. HEX triplet: D1, 42 and EF. RGB value is (209,66,239). Sum of RGB (Red+Green+Blue) = 209+66+239=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 66 (26.17% from 255 or 12.84% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #D142EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D142EF is #2EBD10. Grayscale: #7F7F7F. Windows color (decimal): -3063057 or 15680209. OLE color: 15680209.
HSL color Cylindrical-coordinate representation of color #D142EF: hue angle of 289.6º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D142EF is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 66 | 239 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.06 |
| HSL | 289.6º | 0.84% | 0.6% | - |
| HSV(B) | 289.6º | 0.72% | 0.94% | - |
| XYZ | 43.82 | 23.68 | 83.92 | - |
| YUV | 128.48 | 190.38 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 66 | 239 | 0.13 | 0.72 | 0 | 0.06 | 289.6 | 0.84 | 0.6 |
| Hex | D1 | 42 | EF | D | 48 | 0 | 6 | 122 | 54 | 3C |
| Octal | 321 | 102 | 357 | 15 | 110 | 0 | 6 | 442 | 124 | 74 |
| Binary | 11010001 | 1000010 | 11101111 | 1101 | 1001000 | 0 | 110 | 100100010 | 1010100 | 111100 |
Color Harmonies of #D142EF
Complementary color
Monochromatic Colors of #D142EF
Black with #D142EF
Text Example
Text Example
White with #D142EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D142EF; }
p { color: rgb(209,66,239); }
H1.HeaderClassName
{
color: #D142EF;
}
.AnyTagClassName
{
color: #D142EF;
}
</style>
background-color css
<style>
a { background-color: #D142EF; }
a { background-color: rgb(209,66,239); }
div.DivClassName
{
background-color: #D142EF;
}
.BgClassName
{
background-color: #D142EF;
}
</style>
border-color css
<style>
span { border-color: #D142EF; }
span { border-color: rgb(209,66,239); }
td.TdClassName
{
border-color: #D142EF;
}
.TagClassName
{
border-color: #D142EF;
}
</style>