Shades of Medium Orchid #D24AEF
Tints of Medium Orchid #D24AEF
RGB
CMYK
RGB Variations
Color information
#D24AEF (or 0xD24AEF) is known color: Medium Orchid. HEX triplet: D2, 4A and EF. RGB value is (210,74,239). Sum of RGB (Red+Green+Blue) = 210+74+239=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 74 (29.30% from 255 or 14.15% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #D24AEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D24AEF is #2DB510. Grayscale: #848484. Windows color (decimal): -2995473 or 15682258. OLE color: 15682258.
HSL color Cylindrical-coordinate representation of color #D24AEF: hue angle of 289.45º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D24AEF is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 74 | 239 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.06 |
| HSL | 289.45º | 0.84% | 0.61% | - |
| HSV(B) | 289.45º | 0.69% | 0.94% | - |
| XYZ | 44.61 | 24.83 | 84.1 | - |
| YUV | 133.47 | 187.56 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 239 | 0.12 | 0.69 | 0 | 0.06 | 289.45 | 0.84 | 0.61 |
| Hex | D2 | 4A | EF | C | 45 | 0 | 6 | 121 | 54 | 3D |
| Octal | 322 | 112 | 357 | 14 | 105 | 0 | 6 | 441 | 124 | 75 |
| Binary | 11010010 | 1001010 | 11101111 | 1100 | 1000101 | 0 | 110 | 100100001 | 1010100 | 111101 |
Color Harmonies of #D24AEF
Complementary color
Monochromatic Colors of #D24AEF
Black with #D24AEF
Text Example
Text Example
White with #D24AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24AEF; }
p { color: rgb(210,74,239); }
H1.HeaderClassName
{
color: #D24AEF;
}
.AnyTagClassName
{
color: #D24AEF;
}
</style>
background-color css
<style>
a { background-color: #D24AEF; }
a { background-color: rgb(210,74,239); }
div.DivClassName
{
background-color: #D24AEF;
}
.BgClassName
{
background-color: #D24AEF;
}
</style>
border-color css
<style>
span { border-color: #D24AEF; }
span { border-color: rgb(210,74,239); }
td.TdClassName
{
border-color: #D24AEF;
}
.TagClassName
{
border-color: #D24AEF;
}
</style>