Shades of Medium Orchid #D23AEE
Tints of Medium Orchid #D23AEE
RGB
CMYK
RGB Variations
Color information
#D23AEE (or 0xD23AEE) is known color: Medium Orchid. HEX triplet: D2, 3A and EE. RGB value is (210,58,238). Sum of RGB (Red+Green+Blue) = 210+58+238=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 58 (23.05% from 255 or 11.46% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #D23AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23AEE is #2DC511. Grayscale: #7B7B7B. Windows color (decimal): -2999570 or 15612626. OLE color: 15612626.
HSL color Cylindrical-coordinate representation of color #D23AEE: hue angle of 290.67º degrees, saturation: 0.84, 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 #D23AEE is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 58 | 238 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.07 |
| HSL | 290.67º | 0.84% | 0.58% | - |
| HSV(B) | 290.67º | 0.76% | 0.93% | - |
| XYZ | 43.52 | 22.9 | 83.02 | - |
| YUV | 123.97 | 192.36 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 238 | 0.12 | 0.76 | 0 | 0.07 | 290.67 | 0.84 | 0.58 |
| Hex | D2 | 3A | EE | C | 4C | 0 | 7 | 123 | 54 | 3A |
| Octal | 322 | 72 | 356 | 14 | 114 | 0 | 7 | 443 | 124 | 72 |
| Binary | 11010010 | 111010 | 11101110 | 1100 | 1001100 | 0 | 111 | 100100011 | 1010100 | 111010 |
Color Harmonies of #D23AEE
Complementary color
Monochromatic Colors of #D23AEE
Black with #D23AEE
Text Example
Text Example
White with #D23AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23AEE; }
p { color: rgb(210,58,238); }
H1.HeaderClassName
{
color: #D23AEE;
}
.AnyTagClassName
{
color: #D23AEE;
}
</style>
background-color css
<style>
a { background-color: #D23AEE; }
a { background-color: rgb(210,58,238); }
div.DivClassName
{
background-color: #D23AEE;
}
.BgClassName
{
background-color: #D23AEE;
}
</style>
border-color css
<style>
span { border-color: #D23AEE; }
span { border-color: rgb(210,58,238); }
td.TdClassName
{
border-color: #D23AEE;
}
.TagClassName
{
border-color: #D23AEE;
}
</style>