Shades of Medium Orchid #D23EEE
Tints of Medium Orchid #D23EEE
RGB
CMYK
RGB Variations
Color information
#D23EEE (or 0xD23EEE) is known color: Medium Orchid. HEX triplet: D2, 3E and EE. RGB value is (210,62,238). Sum of RGB (Red+Green+Blue) = 210+62+238=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 62 (24.61% from 255 or 12.16% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #D23EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23EEE is #2DC111. Grayscale: #7D7D7D. Windows color (decimal): -2998546 or 15613650. OLE color: 15613650.
HSL color Cylindrical-coordinate representation of color #D23EEE: hue angle of 290.45º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D23EEE is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 62 | 238 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.07 |
| HSL | 290.45º | 0.84% | 0.59% | - |
| HSV(B) | 290.45º | 0.74% | 0.93% | - |
| XYZ | 43.73 | 23.32 | 83.09 | - |
| YUV | 126.32 | 191.03 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 62 | 238 | 0.12 | 0.74 | 0 | 0.07 | 290.45 | 0.84 | 0.59 |
| Hex | D2 | 3E | EE | C | 4A | 0 | 7 | 122 | 54 | 3B |
| Octal | 322 | 76 | 356 | 14 | 112 | 0 | 7 | 442 | 124 | 73 |
| Binary | 11010010 | 111110 | 11101110 | 1100 | 1001010 | 0 | 111 | 100100010 | 1010100 | 111011 |
Color Harmonies of #D23EEE
Complementary color
Monochromatic Colors of #D23EEE
Black with #D23EEE
Text Example
Text Example
White with #D23EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23EEE; }
p { color: rgb(210,62,238); }
H1.HeaderClassName
{
color: #D23EEE;
}
.AnyTagClassName
{
color: #D23EEE;
}
</style>
background-color css
<style>
a { background-color: #D23EEE; }
a { background-color: rgb(210,62,238); }
div.DivClassName
{
background-color: #D23EEE;
}
.BgClassName
{
background-color: #D23EEE;
}
</style>
border-color css
<style>
span { border-color: #D23EEE; }
span { border-color: rgb(210,62,238); }
td.TdClassName
{
border-color: #D23EEE;
}
.TagClassName
{
border-color: #D23EEE;
}
</style>