Shades of Medium Orchid #D24AEC
Tints of Medium Orchid #D24AEC
RGB
CMYK
RGB Variations
Color information
#D24AEC (or 0xD24AEC) is known color: Medium Orchid. HEX triplet: D2, 4A and EC. RGB value is (210,74,236). Sum of RGB (Red+Green+Blue) = 210+74+236=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 74 (29.30% from 255 or 14.23% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #D24AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D24AEC is #2DB513. Grayscale: #848484. Windows color (decimal): -2995476 or 15485650. OLE color: 15485650.
HSL color Cylindrical-coordinate representation of color #D24AEC: hue angle of 290.37º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D24AEC is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 74 | 236 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.07 |
| HSL | 290.37º | 0.81% | 0.61% | - |
| HSV(B) | 290.37º | 0.69% | 0.93% | - |
| XYZ | 44.17 | 24.66 | 81.79 | - |
| YUV | 133.13 | 186.06 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 236 | 0.11 | 0.69 | 0 | 0.07 | 290.37 | 0.81 | 0.61 |
| Hex | D2 | 4A | EC | B | 45 | 0 | 7 | 122 | 51 | 3D |
| Octal | 322 | 112 | 354 | 13 | 105 | 0 | 7 | 442 | 121 | 75 |
| Binary | 11010010 | 1001010 | 11101100 | 1011 | 1000101 | 0 | 111 | 100100010 | 1010001 | 111101 |
Color Harmonies of #D24AEC
Complementary color
Monochromatic Colors of #D24AEC
Black with #D24AEC
Text Example
Text Example
White with #D24AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24AEC; }
p { color: rgb(210,74,236); }
H1.HeaderClassName
{
color: #D24AEC;
}
.AnyTagClassName
{
color: #D24AEC;
}
</style>
background-color css
<style>
a { background-color: #D24AEC; }
a { background-color: rgb(210,74,236); }
div.DivClassName
{
background-color: #D24AEC;
}
.BgClassName
{
background-color: #D24AEC;
}
</style>
border-color css
<style>
span { border-color: #D24AEC; }
span { border-color: rgb(210,74,236); }
td.TdClassName
{
border-color: #D24AEC;
}
.TagClassName
{
border-color: #D24AEC;
}
</style>