Shades of Medium Orchid #D24BED
Tints of Medium Orchid #D24BED
RGB
CMYK
RGB Variations
Color information
#D24BED (or 0xD24BED) is known color: Medium Orchid. HEX triplet: D2, 4B and ED. RGB value is (210,75,237). Sum of RGB (Red+Green+Blue) = 210+75+237=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 75 (29.69% from 255 or 14.37% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #D24BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D24BED is #2DB412. Grayscale: #858585. Windows color (decimal): -2995219 or 15551442. OLE color: 15551442.
HSL color Cylindrical-coordinate representation of color #D24BED: hue angle of 290º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D24BED is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 75 | 237 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.07 |
| HSL | 290º | 0.82% | 0.61% | - |
| HSV(B) | 290º | 0.68% | 0.93% | - |
| XYZ | 44.38 | 24.85 | 82.58 | - |
| YUV | 133.83 | 186.23 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 75 | 237 | 0.11 | 0.68 | 0 | 0.07 | 290 | 0.82 | 0.61 |
| Hex | D2 | 4B | ED | B | 44 | 0 | 7 | 122 | 52 | 3D |
| Octal | 322 | 113 | 355 | 13 | 104 | 0 | 7 | 442 | 122 | 75 |
| Binary | 11010010 | 1001011 | 11101101 | 1011 | 1000100 | 0 | 111 | 100100010 | 1010010 | 111101 |
Color Harmonies of #D24BED
Complementary color
Monochromatic Colors of #D24BED
Black with #D24BED
Text Example
Text Example
White with #D24BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24BED; }
p { color: rgb(210,75,237); }
H1.HeaderClassName
{
color: #D24BED;
}
.AnyTagClassName
{
color: #D24BED;
}
</style>
background-color css
<style>
a { background-color: #D24BED; }
a { background-color: rgb(210,75,237); }
div.DivClassName
{
background-color: #D24BED;
}
.BgClassName
{
background-color: #D24BED;
}
</style>
border-color css
<style>
span { border-color: #D24BED; }
span { border-color: rgb(210,75,237); }
td.TdClassName
{
border-color: #D24BED;
}
.TagClassName
{
border-color: #D24BED;
}
</style>