Shades of Medium Orchid #D142EE
Tints of Medium Orchid #D142EE
RGB
CMYK
RGB Variations
Color information
#D142EE (or 0xD142EE) is known color: Medium Orchid. HEX triplet: D1, 42 and EE. RGB value is (209,66,238). Sum of RGB (Red+Green+Blue) = 209+66+238=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 66 (26.17% from 255 or 12.87% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #D142EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D142EE is #2EBD11. Grayscale: #7F7F7F. Windows color (decimal): -3063058 or 15614673. OLE color: 15614673.
HSL color Cylindrical-coordinate representation of color #D142EE: hue angle of 289.88º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D142EE is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 66 | 238 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.07 |
| HSL | 289.88º | 0.83% | 0.6% | - |
| HSV(B) | 289.88º | 0.72% | 0.93% | - |
| XYZ | 43.68 | 23.62 | 83.15 | - |
| YUV | 128.37 | 189.88 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 66 | 238 | 0.12 | 0.72 | 0 | 0.07 | 289.88 | 0.83 | 0.6 |
| Hex | D1 | 42 | EE | C | 48 | 0 | 7 | 122 | 53 | 3C |
| Octal | 321 | 102 | 356 | 14 | 110 | 0 | 7 | 442 | 123 | 74 |
| Binary | 11010001 | 1000010 | 11101110 | 1100 | 1001000 | 0 | 111 | 100100010 | 1010011 | 111100 |
Color Harmonies of #D142EE
Complementary color
Monochromatic Colors of #D142EE
Black with #D142EE
Text Example
Text Example
White with #D142EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D142EE; }
p { color: rgb(209,66,238); }
H1.HeaderClassName
{
color: #D142EE;
}
.AnyTagClassName
{
color: #D142EE;
}
</style>
background-color css
<style>
a { background-color: #D142EE; }
a { background-color: rgb(209,66,238); }
div.DivClassName
{
background-color: #D142EE;
}
.BgClassName
{
background-color: #D142EE;
}
</style>
border-color css
<style>
span { border-color: #D142EE; }
span { border-color: rgb(209,66,238); }
td.TdClassName
{
border-color: #D142EE;
}
.TagClassName
{
border-color: #D142EE;
}
</style>