Shades of Medium Orchid #D23AE4
Tints of Medium Orchid #D23AE4
RGB
CMYK
RGB Variations
Color information
#D23AE4 (or 0xD23AE4) is known color: Medium Orchid. HEX triplet: D2, 3A and E4. RGB value is (210,58,228). Sum of RGB (Red+Green+Blue) = 210+58+228=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 58 (23.05% from 255 or 11.69% from 496); Blue value is 228 (89.45% from 255 or 45.97% from 496); Max value from RGB is 228 - color contains mainly: blue. Hex color #D23AE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23AE4 is #2DC51B. Grayscale: #7A7A7A. Windows color (decimal): -2999580 or 14957266. OLE color: 14957266.
HSL color Cylindrical-coordinate representation of color #D23AE4: hue angle of 293.65º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D23AE4 is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 58 | 228 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.11 |
| HSL | 293.65º | 0.76% | 0.56% | - |
| HSV(B) | 293.65º | 0.75% | 0.89% | - |
| XYZ | 42.09 | 22.33 | 75.49 | - |
| YUV | 122.83 | 187.36 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 228 | 0.08 | 0.75 | 0 | 0.11 | 293.65 | 0.76 | 0.56 |
| Hex | D2 | 3A | E4 | 8 | 4B | 0 | B | 126 | 4C | 38 |
| Octal | 322 | 72 | 344 | 10 | 113 | 0 | 13 | 446 | 114 | 70 |
| Binary | 11010010 | 111010 | 11100100 | 1000 | 1001011 | 0 | 1011 | 100100110 | 1001100 | 111000 |
Color Harmonies of #D23AE4
Complementary color
Monochromatic Colors of #D23AE4
Black with #D23AE4
Text Example
Text Example
White with #D23AE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23AE4; }
p { color: rgb(210,58,228); }
H1.HeaderClassName
{
color: #D23AE4;
}
.AnyTagClassName
{
color: #D23AE4;
}
</style>
background-color css
<style>
a { background-color: #D23AE4; }
a { background-color: rgb(210,58,228); }
div.DivClassName
{
background-color: #D23AE4;
}
.BgClassName
{
background-color: #D23AE4;
}
</style>
border-color css
<style>
span { border-color: #D23AE4; }
span { border-color: rgb(210,58,228); }
td.TdClassName
{
border-color: #D23AE4;
}
.TagClassName
{
border-color: #D23AE4;
}
</style>