Shades of Medium Orchid #D249EE
Tints of Medium Orchid #D249EE
RGB
CMYK
RGB Variations
Color information
#D249EE (or 0xD249EE) is known color: Medium Orchid. HEX triplet: D2, 49 and EE. RGB value is (210,73,238). Sum of RGB (Red+Green+Blue) = 210+73+238=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 73 (28.91% from 255 or 14.01% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #D249EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D249EE is #2DB611. Grayscale: #848484. Windows color (decimal): -2995730 or 15616466. OLE color: 15616466.
HSL color Cylindrical-coordinate representation of color #D249EE: hue angle of 289.82º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D249EE is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 73 | 238 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.07 |
| HSL | 289.82º | 0.83% | 0.61% | - |
| HSV(B) | 289.82º | 0.69% | 0.93% | - |
| XYZ | 44.39 | 24.64 | 83.31 | - |
| YUV | 132.77 | 187.39 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 238 | 0.12 | 0.69 | 0 | 0.07 | 289.82 | 0.83 | 0.61 |
| Hex | D2 | 49 | EE | C | 45 | 0 | 7 | 122 | 53 | 3D |
| Octal | 322 | 111 | 356 | 14 | 105 | 0 | 7 | 442 | 123 | 75 |
| Binary | 11010010 | 1001001 | 11101110 | 1100 | 1000101 | 0 | 111 | 100100010 | 1010011 | 111101 |
Color Harmonies of #D249EE
Complementary color
Monochromatic Colors of #D249EE
Black with #D249EE
Text Example
Text Example
White with #D249EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D249EE; }
p { color: rgb(210,73,238); }
H1.HeaderClassName
{
color: #D249EE;
}
.AnyTagClassName
{
color: #D249EE;
}
</style>
background-color css
<style>
a { background-color: #D249EE; }
a { background-color: rgb(210,73,238); }
div.DivClassName
{
background-color: #D249EE;
}
.BgClassName
{
background-color: #D249EE;
}
</style>
border-color css
<style>
span { border-color: #D249EE; }
span { border-color: rgb(210,73,238); }
td.TdClassName
{
border-color: #D249EE;
}
.TagClassName
{
border-color: #D249EE;
}
</style>