Shades of Medium Orchid #D24AED
Tints of Medium Orchid #D24AED
RGB
CMYK
RGB Variations
Color information
#D24AED (or 0xD24AED) is known color: Medium Orchid. HEX triplet: D2, 4A and ED. RGB value is (210,74,237). Sum of RGB (Red+Green+Blue) = 210+74+237=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 74 (29.30% from 255 or 14.20% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #D24AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D24AED is #2DB512. Grayscale: #848484. Windows color (decimal): -2995475 or 15551186. OLE color: 15551186.
HSL color Cylindrical-coordinate representation of color #D24AED: hue angle of 290.06º degrees, saturation: 0.82, 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 #D24AED is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 74 | 237 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.07 |
| HSL | 290.06º | 0.82% | 0.61% | - |
| HSV(B) | 290.06º | 0.69% | 0.93% | - |
| XYZ | 44.31 | 24.71 | 82.56 | - |
| YUV | 133.25 | 186.56 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 237 | 0.11 | 0.69 | 0 | 0.07 | 290.06 | 0.82 | 0.61 |
| Hex | D2 | 4A | ED | B | 45 | 0 | 7 | 122 | 52 | 3D |
| Octal | 322 | 112 | 355 | 13 | 105 | 0 | 7 | 442 | 122 | 75 |
| Binary | 11010010 | 1001010 | 11101101 | 1011 | 1000101 | 0 | 111 | 100100010 | 1010010 | 111101 |
Color Harmonies of #D24AED
Complementary color
Monochromatic Colors of #D24AED
Black with #D24AED
Text Example
Text Example
White with #D24AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24AED; }
p { color: rgb(210,74,237); }
H1.HeaderClassName
{
color: #D24AED;
}
.AnyTagClassName
{
color: #D24AED;
}
</style>
background-color css
<style>
a { background-color: #D24AED; }
a { background-color: rgb(210,74,237); }
div.DivClassName
{
background-color: #D24AED;
}
.BgClassName
{
background-color: #D24AED;
}
</style>
border-color css
<style>
span { border-color: #D24AED; }
span { border-color: rgb(210,74,237); }
td.TdClassName
{
border-color: #D24AED;
}
.TagClassName
{
border-color: #D24AED;
}
</style>