Shades of Medium Orchid #D150ED
Tints of Medium Orchid #D150ED
RGB
CMYK
RGB Variations
Color information
#D150ED (or 0xD150ED) is known color: Medium Orchid. HEX triplet: D1, 50 and ED. RGB value is (209,80,237). Sum of RGB (Red+Green+Blue) = 209+80+237=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 80 (31.64% from 255 or 15.21% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #D150ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D150ED is #2EAF12. Grayscale: #878787. Windows color (decimal): -3059475 or 15552721. OLE color: 15552721.
HSL color Cylindrical-coordinate representation of color #D150ED: hue angle of 289.3º degrees, saturation: 0.81, 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 #D150ED is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 80 | 237 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.07 |
| HSL | 289.3º | 0.81% | 0.62% | - |
| HSV(B) | 289.3º | 0.66% | 0.93% | - |
| XYZ | 44.45 | 25.41 | 82.68 | - |
| YUV | 136.47 | 184.74 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 237 | 0.12 | 0.66 | 0 | 0.07 | 289.3 | 0.81 | 0.62 |
| Hex | D1 | 50 | ED | C | 42 | 0 | 7 | 121 | 51 | 3E |
| Octal | 321 | 120 | 355 | 14 | 102 | 0 | 7 | 441 | 121 | 76 |
| Binary | 11010001 | 1010000 | 11101101 | 1100 | 1000010 | 0 | 111 | 100100001 | 1010001 | 111110 |
Color Harmonies of #D150ED
Complementary color
Monochromatic Colors of #D150ED
Black with #D150ED
Text Example
Text Example
White with #D150ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D150ED; }
p { color: rgb(209,80,237); }
H1.HeaderClassName
{
color: #D150ED;
}
.AnyTagClassName
{
color: #D150ED;
}
</style>
background-color css
<style>
a { background-color: #D150ED; }
a { background-color: rgb(209,80,237); }
div.DivClassName
{
background-color: #D150ED;
}
.BgClassName
{
background-color: #D150ED;
}
</style>
border-color css
<style>
span { border-color: #D150ED; }
span { border-color: rgb(209,80,237); }
td.TdClassName
{
border-color: #D150ED;
}
.TagClassName
{
border-color: #D150ED;
}
</style>