Shades of Medium Orchid #D250EE
Tints of Medium Orchid #D250EE
RGB
CMYK
RGB Variations
Color information
#D250EE (or 0xD250EE) is known color: Medium Orchid. HEX triplet: D2, 50 and EE. RGB value is (210,80,238). Sum of RGB (Red+Green+Blue) = 210+80+238=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 80 (31.64% from 255 or 15.15% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #D250EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D250EE is #2DAF11. Grayscale: #888888. Windows color (decimal): -2993938 or 15618258. OLE color: 15618258.
HSL color Cylindrical-coordinate representation of color #D250EE: hue angle of 289.37º degrees, saturation: 0.82, 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 #D250EE is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 80 | 238 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.07 |
| HSL | 289.37º | 0.82% | 0.62% | - |
| HSV(B) | 289.37º | 0.66% | 0.93% | - |
| XYZ | 44.88 | 25.61 | 83.47 | - |
| YUV | 136.88 | 185.07 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 80 | 238 | 0.12 | 0.66 | 0 | 0.07 | 289.37 | 0.82 | 0.62 |
| Hex | D2 | 50 | EE | C | 42 | 0 | 7 | 121 | 52 | 3E |
| Octal | 322 | 120 | 356 | 14 | 102 | 0 | 7 | 441 | 122 | 76 |
| Binary | 11010010 | 1010000 | 11101110 | 1100 | 1000010 | 0 | 111 | 100100001 | 1010010 | 111110 |
Color Harmonies of #D250EE
Complementary color
Monochromatic Colors of #D250EE
Black with #D250EE
Text Example
Text Example
White with #D250EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D250EE; }
p { color: rgb(210,80,238); }
H1.HeaderClassName
{
color: #D250EE;
}
.AnyTagClassName
{
color: #D250EE;
}
</style>
background-color css
<style>
a { background-color: #D250EE; }
a { background-color: rgb(210,80,238); }
div.DivClassName
{
background-color: #D250EE;
}
.BgClassName
{
background-color: #D250EE;
}
</style>
border-color css
<style>
span { border-color: #D250EE; }
span { border-color: rgb(210,80,238); }
td.TdClassName
{
border-color: #D250EE;
}
.TagClassName
{
border-color: #D250EE;
}
</style>