Shades of Medium Orchid #D242ED
Tints of Medium Orchid #D242ED
RGB
CMYK
RGB Variations
Color information
#D242ED (or 0xD242ED) is known color: Medium Orchid. HEX triplet: D2, 42 and ED. RGB value is (210,66,237). Sum of RGB (Red+Green+Blue) = 210+66+237=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 66 (26.17% from 255 or 12.87% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #D242ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D242ED is #2DBD12. Grayscale: #808080. Windows color (decimal): -2997523 or 15549138. OLE color: 15549138.
HSL color Cylindrical-coordinate representation of color #D242ED: hue angle of 290.53º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D242ED is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 66 | 237 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.07 |
| HSL | 290.53º | 0.83% | 0.59% | - |
| HSV(B) | 290.53º | 0.72% | 0.93% | - |
| XYZ | 43.81 | 23.71 | 82.39 | - |
| YUV | 128.55 | 189.21 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 66 | 237 | 0.11 | 0.72 | 0 | 0.07 | 290.53 | 0.83 | 0.59 |
| Hex | D2 | 42 | ED | B | 48 | 0 | 7 | 123 | 53 | 3B |
| Octal | 322 | 102 | 355 | 13 | 110 | 0 | 7 | 443 | 123 | 73 |
| Binary | 11010010 | 1000010 | 11101101 | 1011 | 1001000 | 0 | 111 | 100100011 | 1010011 | 111011 |
Color Harmonies of #D242ED
Complementary color
Monochromatic Colors of #D242ED
Black with #D242ED
Text Example
Text Example
White with #D242ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D242ED; }
p { color: rgb(210,66,237); }
H1.HeaderClassName
{
color: #D242ED;
}
.AnyTagClassName
{
color: #D242ED;
}
</style>
background-color css
<style>
a { background-color: #D242ED; }
a { background-color: rgb(210,66,237); }
div.DivClassName
{
background-color: #D242ED;
}
.BgClassName
{
background-color: #D242ED;
}
</style>
border-color css
<style>
span { border-color: #D242ED; }
span { border-color: rgb(210,66,237); }
td.TdClassName
{
border-color: #D242ED;
}
.TagClassName
{
border-color: #D242ED;
}
</style>