Shades of Medium Orchid #D24AEA
Tints of Medium Orchid #D24AEA
RGB
CMYK
RGB Variations
Color information
#D24AEA (or 0xD24AEA) is known color: Medium Orchid. HEX triplet: D2, 4A and EA. RGB value is (210,74,234). Sum of RGB (Red+Green+Blue) = 210+74+234=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 74 (29.30% from 255 or 14.29% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #D24AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D24AEA is #2DB515. Grayscale: #848484. Windows color (decimal): -2995478 or 15354578. OLE color: 15354578.
HSL color Cylindrical-coordinate representation of color #D24AEA: hue angle of 291º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D24AEA is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 74 | 234 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.08 |
| HSL | 291º | 0.79% | 0.6% | - |
| HSV(B) | 291º | 0.68% | 0.92% | - |
| XYZ | 43.88 | 24.54 | 80.27 | - |
| YUV | 132.9 | 185.06 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 234 | 0.10 | 0.68 | 0 | 0.08 | 291 | 0.79 | 0.6 |
| Hex | D2 | 4A | EA | A | 44 | 0 | 8 | 123 | 4F | 3C |
| Octal | 322 | 112 | 352 | 12 | 104 | 0 | 10 | 443 | 117 | 74 |
| Binary | 11010010 | 1001010 | 11101010 | 1010 | 1000100 | 0 | 1000 | 100100011 | 1001111 | 111100 |
Color Harmonies of #D24AEA
Complementary color
Monochromatic Colors of #D24AEA
Black with #D24AEA
Text Example
Text Example
White with #D24AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24AEA; }
p { color: rgb(210,74,234); }
H1.HeaderClassName
{
color: #D24AEA;
}
.AnyTagClassName
{
color: #D24AEA;
}
</style>
background-color css
<style>
a { background-color: #D24AEA; }
a { background-color: rgb(210,74,234); }
div.DivClassName
{
background-color: #D24AEA;
}
.BgClassName
{
background-color: #D24AEA;
}
</style>
border-color css
<style>
span { border-color: #D24AEA; }
span { border-color: rgb(210,74,234); }
td.TdClassName
{
border-color: #D24AEA;
}
.TagClassName
{
border-color: #D24AEA;
}
</style>