Shades of Medium Orchid #D150EC
Tints of Medium Orchid #D150EC
RGB
CMYK
RGB Variations
Color information
#D150EC (or 0xD150EC) is known color: Medium Orchid. HEX triplet: D1, 50 and EC. RGB value is (209,80,236). Sum of RGB (Red+Green+Blue) = 209+80+236=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 80 (31.64% from 255 or 15.24% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #D150EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D150EC is #2EAF13. Grayscale: #878787. Windows color (decimal): -3059476 or 15487185. OLE color: 15487185.
HSL color Cylindrical-coordinate representation of color #D150EC: hue angle of 289.62º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D150EC is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 80 | 236 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.07 |
| HSL | 289.62º | 0.8% | 0.62% | - |
| HSV(B) | 289.62º | 0.66% | 0.93% | - |
| XYZ | 44.3 | 25.35 | 81.91 | - |
| YUV | 136.36 | 184.24 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 236 | 0.11 | 0.66 | 0 | 0.07 | 289.62 | 0.8 | 0.62 |
| Hex | D1 | 50 | EC | B | 42 | 0 | 7 | 122 | 50 | 3E |
| Octal | 321 | 120 | 354 | 13 | 102 | 0 | 7 | 442 | 120 | 76 |
| Binary | 11010001 | 1010000 | 11101100 | 1011 | 1000010 | 0 | 111 | 100100010 | 1010000 | 111110 |
Color Harmonies of #D150EC
Complementary color
Monochromatic Colors of #D150EC
Black with #D150EC
Text Example
Text Example
White with #D150EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D150EC; }
p { color: rgb(209,80,236); }
H1.HeaderClassName
{
color: #D150EC;
}
.AnyTagClassName
{
color: #D150EC;
}
</style>
background-color css
<style>
a { background-color: #D150EC; }
a { background-color: rgb(209,80,236); }
div.DivClassName
{
background-color: #D150EC;
}
.BgClassName
{
background-color: #D150EC;
}
</style>
border-color css
<style>
span { border-color: #D150EC; }
span { border-color: rgb(209,80,236); }
td.TdClassName
{
border-color: #D150EC;
}
.TagClassName
{
border-color: #D150EC;
}
</style>