Shades of Medium Orchid #D23AEC
Tints of Medium Orchid #D23AEC
RGB
CMYK
RGB Variations
Color information
#D23AEC (or 0xD23AEC) is known color: Medium Orchid. HEX triplet: D2, 3A and EC. RGB value is (210,58,236). Sum of RGB (Red+Green+Blue) = 210+58+236=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 58 (23.05% from 255 or 11.51% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #D23AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23AEC is #2DC513. Grayscale: #7B7B7B. Windows color (decimal): -2999572 or 15481554. OLE color: 15481554.
HSL color Cylindrical-coordinate representation of color #D23AEC: hue angle of 291.24º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D23AEC is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 58 | 236 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.07 |
| HSL | 291.24º | 0.82% | 0.58% | - |
| HSV(B) | 291.24º | 0.75% | 0.93% | - |
| XYZ | 43.23 | 22.78 | 81.48 | - |
| YUV | 123.74 | 191.36 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 236 | 0.11 | 0.75 | 0 | 0.07 | 291.24 | 0.82 | 0.58 |
| Hex | D2 | 3A | EC | B | 4B | 0 | 7 | 123 | 52 | 3A |
| Octal | 322 | 72 | 354 | 13 | 113 | 0 | 7 | 443 | 122 | 72 |
| Binary | 11010010 | 111010 | 11101100 | 1011 | 1001011 | 0 | 111 | 100100011 | 1010010 | 111010 |
Color Harmonies of #D23AEC
Complementary color
Monochromatic Colors of #D23AEC
Black with #D23AEC
Text Example
Text Example
White with #D23AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23AEC; }
p { color: rgb(210,58,236); }
H1.HeaderClassName
{
color: #D23AEC;
}
.AnyTagClassName
{
color: #D23AEC;
}
</style>
background-color css
<style>
a { background-color: #D23AEC; }
a { background-color: rgb(210,58,236); }
div.DivClassName
{
background-color: #D23AEC;
}
.BgClassName
{
background-color: #D23AEC;
}
</style>
border-color css
<style>
span { border-color: #D23AEC; }
span { border-color: rgb(210,58,236); }
td.TdClassName
{
border-color: #D23AEC;
}
.TagClassName
{
border-color: #D23AEC;
}
</style>