Shades of Medium Orchid #D23AED
Tints of Medium Orchid #D23AED
RGB
CMYK
RGB Variations
Color information
#D23AED (or 0xD23AED) is known color: Medium Orchid. HEX triplet: D2, 3A and ED. RGB value is (210,58,237). Sum of RGB (Red+Green+Blue) = 210+58+237=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 58 (23.05% from 255 or 11.49% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #D23AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23AED is #2DC512. Grayscale: #7B7B7B. Windows color (decimal): -2999571 or 15547090. OLE color: 15547090.
HSL color Cylindrical-coordinate representation of color #D23AED: hue angle of 290.95º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D23AED is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 58 | 237 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.07 |
| HSL | 290.95º | 0.83% | 0.58% | - |
| HSV(B) | 290.95º | 0.76% | 0.93% | - |
| XYZ | 43.38 | 22.84 | 82.24 | - |
| YUV | 123.85 | 191.86 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 237 | 0.11 | 0.76 | 0 | 0.07 | 290.95 | 0.83 | 0.58 |
| Hex | D2 | 3A | ED | B | 4C | 0 | 7 | 123 | 53 | 3A |
| Octal | 322 | 72 | 355 | 13 | 114 | 0 | 7 | 443 | 123 | 72 |
| Binary | 11010010 | 111010 | 11101101 | 1011 | 1001100 | 0 | 111 | 100100011 | 1010011 | 111010 |
Color Harmonies of #D23AED
Complementary color
Monochromatic Colors of #D23AED
Black with #D23AED
Text Example
Text Example
White with #D23AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23AED; }
p { color: rgb(210,58,237); }
H1.HeaderClassName
{
color: #D23AED;
}
.AnyTagClassName
{
color: #D23AED;
}
</style>
background-color css
<style>
a { background-color: #D23AED; }
a { background-color: rgb(210,58,237); }
div.DivClassName
{
background-color: #D23AED;
}
.BgClassName
{
background-color: #D23AED;
}
</style>
border-color css
<style>
span { border-color: #D23AED; }
span { border-color: rgb(210,58,237); }
td.TdClassName
{
border-color: #D23AED;
}
.TagClassName
{
border-color: #D23AED;
}
</style>