Shades of Medium Orchid #D23EEF
Tints of Medium Orchid #D23EEF
RGB
CMYK
RGB Variations
Color information
#D23EEF (or 0xD23EEF) is known color: Medium Orchid. HEX triplet: D2, 3E and EF. RGB value is (210,62,239). Sum of RGB (Red+Green+Blue) = 210+62+239=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 62 (24.61% from 255 or 12.13% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #D23EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23EEF is #2DC110. Grayscale: #7D7D7D. Windows color (decimal): -2998545 or 15679186. OLE color: 15679186.
HSL color Cylindrical-coordinate representation of color #D23EEF: hue angle of 290.17º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D23EEF is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 62 | 239 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.06 |
| HSL | 290.17º | 0.85% | 0.59% | - |
| HSV(B) | 290.17º | 0.74% | 0.94% | - |
| XYZ | 43.88 | 23.38 | 83.86 | - |
| YUV | 126.43 | 191.53 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 62 | 239 | 0.12 | 0.74 | 0 | 0.06 | 290.17 | 0.85 | 0.59 |
| Hex | D2 | 3E | EF | C | 4A | 0 | 6 | 122 | 55 | 3B |
| Octal | 322 | 76 | 357 | 14 | 112 | 0 | 6 | 442 | 125 | 73 |
| Binary | 11010010 | 111110 | 11101111 | 1100 | 1001010 | 0 | 110 | 100100010 | 1010101 | 111011 |
Color Harmonies of #D23EEF
Complementary color
Monochromatic Colors of #D23EEF
Black with #D23EEF
Text Example
Text Example
White with #D23EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23EEF; }
p { color: rgb(210,62,239); }
H1.HeaderClassName
{
color: #D23EEF;
}
.AnyTagClassName
{
color: #D23EEF;
}
</style>
background-color css
<style>
a { background-color: #D23EEF; }
a { background-color: rgb(210,62,239); }
div.DivClassName
{
background-color: #D23EEF;
}
.BgClassName
{
background-color: #D23EEF;
}
</style>
border-color css
<style>
span { border-color: #D23EEF; }
span { border-color: rgb(210,62,239); }
td.TdClassName
{
border-color: #D23EEF;
}
.TagClassName
{
border-color: #D23EEF;
}
</style>