Shades of Medium Orchid #D23AE2
Tints of Medium Orchid #D23AE2
RGB
CMYK
RGB Variations
Color information
#D23AE2 (or 0xD23AE2) is known color: Medium Orchid. HEX triplet: D2, 3A and E2. RGB value is (210,58,226). Sum of RGB (Red+Green+Blue) = 210+58+226=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 58 (23.05% from 255 or 11.74% from 494); Blue value is 226 (88.67% from 255 or 45.75% from 494); Max value from RGB is 226 - color contains mainly: blue. Hex color #D23AE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23AE2 is #2DC51D. Grayscale: #7A7A7A. Windows color (decimal): -2999582 or 14826194. OLE color: 14826194.
HSL color Cylindrical-coordinate representation of color #D23AE2: hue angle of 294.29º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D23AE2 is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 58 | 226 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.11 |
| HSL | 294.29º | 0.74% | 0.56% | - |
| HSV(B) | 294.29º | 0.74% | 0.89% | - |
| XYZ | 41.82 | 22.22 | 74.04 | - |
| YUV | 122.6 | 186.36 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 226 | 0.07 | 0.74 | 0 | 0.11 | 294.29 | 0.74 | 0.56 |
| Hex | D2 | 3A | E2 | 7 | 4A | 0 | B | 126 | 4A | 38 |
| Octal | 322 | 72 | 342 | 7 | 112 | 0 | 13 | 446 | 112 | 70 |
| Binary | 11010010 | 111010 | 11100010 | 111 | 1001010 | 0 | 1011 | 100100110 | 1001010 | 111000 |
Color Harmonies of #D23AE2
Complementary color
Monochromatic Colors of #D23AE2
Black with #D23AE2
Text Example
Text Example
White with #D23AE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23AE2; }
p { color: rgb(210,58,226); }
H1.HeaderClassName
{
color: #D23AE2;
}
.AnyTagClassName
{
color: #D23AE2;
}
</style>
background-color css
<style>
a { background-color: #D23AE2; }
a { background-color: rgb(210,58,226); }
div.DivClassName
{
background-color: #D23AE2;
}
.BgClassName
{
background-color: #D23AE2;
}
</style>
border-color css
<style>
span { border-color: #D23AE2; }
span { border-color: rgb(210,58,226); }
td.TdClassName
{
border-color: #D23AE2;
}
.TagClassName
{
border-color: #D23AE2;
}
</style>