Shades of Medium Orchid #D249EF
Tints of Medium Orchid #D249EF
RGB
CMYK
RGB Variations
Color information
#D249EF (or 0xD249EF) is known color: Medium Orchid. HEX triplet: D2, 49 and EF. RGB value is (210,73,239). Sum of RGB (Red+Green+Blue) = 210+73+239=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 73 (28.91% from 255 or 13.98% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #D249EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D249EF is #2DB610. Grayscale: #848484. Windows color (decimal): -2995729 or 15682002. OLE color: 15682002.
HSL color Cylindrical-coordinate representation of color #D249EF: hue angle of 289.52º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D249EF is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 73 | 239 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.06 |
| HSL | 289.52º | 0.84% | 0.61% | - |
| HSV(B) | 289.52º | 0.69% | 0.94% | - |
| XYZ | 44.54 | 24.7 | 84.08 | - |
| YUV | 132.89 | 187.89 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 239 | 0.12 | 0.69 | 0 | 0.06 | 289.52 | 0.84 | 0.61 |
| Hex | D2 | 49 | EF | C | 45 | 0 | 6 | 122 | 54 | 3D |
| Octal | 322 | 111 | 357 | 14 | 105 | 0 | 6 | 442 | 124 | 75 |
| Binary | 11010010 | 1001001 | 11101111 | 1100 | 1000101 | 0 | 110 | 100100010 | 1010100 | 111101 |
Color Harmonies of #D249EF
Complementary color
Monochromatic Colors of #D249EF
Black with #D249EF
Text Example
Text Example
White with #D249EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D249EF; }
p { color: rgb(210,73,239); }
H1.HeaderClassName
{
color: #D249EF;
}
.AnyTagClassName
{
color: #D249EF;
}
</style>
background-color css
<style>
a { background-color: #D249EF; }
a { background-color: rgb(210,73,239); }
div.DivClassName
{
background-color: #D249EF;
}
.BgClassName
{
background-color: #D249EF;
}
</style>
border-color css
<style>
span { border-color: #D249EF; }
span { border-color: rgb(210,73,239); }
td.TdClassName
{
border-color: #D249EF;
}
.TagClassName
{
border-color: #D249EF;
}
</style>