Shades of Medium Orchid #D242E8
Tints of Medium Orchid #D242E8
RGB
CMYK
RGB Variations
Color information
#D242E8 (or 0xD242E8) is known color: Medium Orchid. HEX triplet: D2, 42 and E8. RGB value is (210,66,232). Sum of RGB (Red+Green+Blue) = 210+66+232=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 66 (26.17% from 255 or 12.99% from 508); Blue value is 232 (91.02% from 255 or 45.67% from 508); Max value from RGB is 232 - color contains mainly: blue. Hex color #D242E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D242E8 is #2DBD17. Grayscale: #7F7F7F. Windows color (decimal): -2997528 or 15221458. OLE color: 15221458.
HSL color Cylindrical-coordinate representation of color #D242E8: hue angle of 292.05º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D242E8 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 66 | 232 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.09 |
| HSL | 292.05º | 0.78% | 0.58% | - |
| HSV(B) | 292.05º | 0.72% | 0.91% | - |
| XYZ | 43.09 | 23.42 | 78.59 | - |
| YUV | 127.98 | 186.71 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 66 | 232 | 0.09 | 0.72 | 0 | 0.09 | 292.05 | 0.78 | 0.58 |
| Hex | D2 | 42 | E8 | 9 | 48 | 0 | 9 | 124 | 4E | 3A |
| Octal | 322 | 102 | 350 | 11 | 110 | 0 | 11 | 444 | 116 | 72 |
| Binary | 11010010 | 1000010 | 11101000 | 1001 | 1001000 | 0 | 1001 | 100100100 | 1001110 | 111010 |
Color Harmonies of #D242E8
Complementary color
Monochromatic Colors of #D242E8
Black with #D242E8
Text Example
Text Example
White with #D242E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D242E8; }
p { color: rgb(210,66,232); }
H1.HeaderClassName
{
color: #D242E8;
}
.AnyTagClassName
{
color: #D242E8;
}
</style>
background-color css
<style>
a { background-color: #D242E8; }
a { background-color: rgb(210,66,232); }
div.DivClassName
{
background-color: #D242E8;
}
.BgClassName
{
background-color: #D242E8;
}
</style>
border-color css
<style>
span { border-color: #D242E8; }
span { border-color: rgb(210,66,232); }
td.TdClassName
{
border-color: #D242E8;
}
.TagClassName
{
border-color: #D242E8;
}
</style>