Shades of Medium Orchid #D250EC
Tints of Medium Orchid #D250EC
RGB
CMYK
RGB Variations
Color information
#D250EC (or 0xD250EC) is known color: Medium Orchid. HEX triplet: D2, 50 and EC. RGB value is (210,80,236). Sum of RGB (Red+Green+Blue) = 210+80+236=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 80 (31.64% from 255 or 15.21% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #D250EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D250EC is #2DAF13. Grayscale: #888888. Windows color (decimal): -2993940 or 15487186. OLE color: 15487186.
HSL color Cylindrical-coordinate representation of color #D250EC: hue angle of 290º 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 #D250EC is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 80 | 236 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.07 |
| HSL | 290º | 0.8% | 0.62% | - |
| HSV(B) | 290º | 0.66% | 0.93% | - |
| XYZ | 44.59 | 25.5 | 81.93 | - |
| YUV | 136.65 | 184.07 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 80 | 236 | 0.11 | 0.66 | 0 | 0.07 | 290 | 0.8 | 0.62 |
| Hex | D2 | 50 | EC | B | 42 | 0 | 7 | 122 | 50 | 3E |
| Octal | 322 | 120 | 354 | 13 | 102 | 0 | 7 | 442 | 120 | 76 |
| Binary | 11010010 | 1010000 | 11101100 | 1011 | 1000010 | 0 | 111 | 100100010 | 1010000 | 111110 |
Color Harmonies of #D250EC
Complementary color
Monochromatic Colors of #D250EC
Black with #D250EC
Text Example
Text Example
White with #D250EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D250EC; }
p { color: rgb(210,80,236); }
H1.HeaderClassName
{
color: #D250EC;
}
.AnyTagClassName
{
color: #D250EC;
}
</style>
background-color css
<style>
a { background-color: #D250EC; }
a { background-color: rgb(210,80,236); }
div.DivClassName
{
background-color: #D250EC;
}
.BgClassName
{
background-color: #D250EC;
}
</style>
border-color css
<style>
span { border-color: #D250EC; }
span { border-color: rgb(210,80,236); }
td.TdClassName
{
border-color: #D250EC;
}
.TagClassName
{
border-color: #D250EC;
}
</style>