Shades of Medium Orchid #D158EC
Tints of Medium Orchid #D158EC
RGB
CMYK
RGB Variations
Color information
#D158EC (or 0xD158EC) is known color: Medium Orchid. HEX triplet: D1, 58 and EC. RGB value is (209,88,236). Sum of RGB (Red+Green+Blue) = 209+88+236=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 88 (34.77% from 255 or 16.51% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #D158EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D158EC is #2EA713. Grayscale: #8C8C8C. Windows color (decimal): -3057428 or 15489233. OLE color: 15489233.
HSL color Cylindrical-coordinate representation of color #D158EC: hue angle of 289.05º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D158EC is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 88 | 236 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.07 |
| HSL | 289.05º | 0.8% | 0.64% | - |
| HSV(B) | 289.05º | 0.63% | 0.93% | - |
| XYZ | 44.92 | 26.59 | 82.12 | - |
| YUV | 141.05 | 181.59 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 88 | 236 | 0.11 | 0.63 | 0 | 0.07 | 289.05 | 0.8 | 0.64 |
| Hex | D1 | 58 | EC | B | 3F | 0 | 7 | 121 | 50 | 40 |
| Octal | 321 | 130 | 354 | 13 | 77 | 0 | 7 | 441 | 120 | 100 |
| Binary | 11010001 | 1011000 | 11101100 | 1011 | 111111 | 0 | 111 | 100100001 | 1010000 | 1000000 |
Color Harmonies of #D158EC
Complementary color
Monochromatic Colors of #D158EC
Black with #D158EC
Text Example
Text Example
White with #D158EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D158EC; }
p { color: rgb(209,88,236); }
H1.HeaderClassName
{
color: #D158EC;
}
.AnyTagClassName
{
color: #D158EC;
}
</style>
background-color css
<style>
a { background-color: #D158EC; }
a { background-color: rgb(209,88,236); }
div.DivClassName
{
background-color: #D158EC;
}
.BgClassName
{
background-color: #D158EC;
}
</style>
border-color css
<style>
span { border-color: #D158EC; }
span { border-color: rgb(209,88,236); }
td.TdClassName
{
border-color: #D158EC;
}
.TagClassName
{
border-color: #D158EC;
}
</style>