Shades of Medium Orchid #D24AEE
Tints of Medium Orchid #D24AEE
RGB
CMYK
RGB Variations
Color information
#D24AEE (or 0xD24AEE) is known color: Medium Orchid. HEX triplet: D2, 4A and EE. RGB value is (210,74,238). Sum of RGB (Red+Green+Blue) = 210+74+238=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 74 (29.30% from 255 or 14.18% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #D24AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D24AEE is #2DB511. Grayscale: #848484. Windows color (decimal): -2995474 or 15616722. OLE color: 15616722.
HSL color Cylindrical-coordinate representation of color #D24AEE: hue angle of 289.76º degrees, saturation: 0.83, 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 #D24AEE is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 74 | 238 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.07 |
| HSL | 289.76º | 0.83% | 0.61% | - |
| HSV(B) | 289.76º | 0.69% | 0.93% | - |
| XYZ | 44.46 | 24.77 | 83.33 | - |
| YUV | 133.36 | 187.06 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 238 | 0.12 | 0.69 | 0 | 0.07 | 289.76 | 0.83 | 0.61 |
| Hex | D2 | 4A | EE | C | 45 | 0 | 7 | 122 | 53 | 3D |
| Octal | 322 | 112 | 356 | 14 | 105 | 0 | 7 | 442 | 123 | 75 |
| Binary | 11010010 | 1001010 | 11101110 | 1100 | 1000101 | 0 | 111 | 100100010 | 1010011 | 111101 |
Color Harmonies of #D24AEE
Complementary color
Monochromatic Colors of #D24AEE
Black with #D24AEE
Text Example
Text Example
White with #D24AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24AEE; }
p { color: rgb(210,74,238); }
H1.HeaderClassName
{
color: #D24AEE;
}
.AnyTagClassName
{
color: #D24AEE;
}
</style>
background-color css
<style>
a { background-color: #D24AEE; }
a { background-color: rgb(210,74,238); }
div.DivClassName
{
background-color: #D24AEE;
}
.BgClassName
{
background-color: #D24AEE;
}
</style>
border-color css
<style>
span { border-color: #D24AEE; }
span { border-color: rgb(210,74,238); }
td.TdClassName
{
border-color: #D24AEE;
}
.TagClassName
{
border-color: #D24AEE;
}
</style>