Shades of Medium Orchid #D242F3
Tints of Medium Orchid #D242F3
RGB
CMYK
RGB Variations
Color information
#D242F3 (or 0xD242F3) is known color: Medium Orchid. HEX triplet: D2, 42 and F3. RGB value is (210,66,243). Sum of RGB (Red+Green+Blue) = 210+66+243=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 66 (26.17% from 255 or 12.72% from 519); Blue value is 243 (95.31% from 255 or 46.82% from 519); Max value from RGB is 243 - color contains mainly: blue. Hex color #D242F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D242F3 is #2DBD0C. Grayscale: #808080. Windows color (decimal): -2997517 or 15942354. OLE color: 15942354.
HSL color Cylindrical-coordinate representation of color #D242F3: hue angle of 288.81º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D242F3 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 66 | 243 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.05 |
| HSL | 288.81º | 0.88% | 0.61% | - |
| HSV(B) | 288.81º | 0.73% | 0.95% | - |
| XYZ | 44.7 | 24.07 | 87.08 | - |
| YUV | 129.23 | 192.21 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 66 | 243 | 0.14 | 0.73 | 0 | 0.05 | 288.81 | 0.88 | 0.61 |
| Hex | D2 | 42 | F3 | E | 49 | 0 | 5 | 121 | 58 | 3D |
| Octal | 322 | 102 | 363 | 16 | 111 | 0 | 5 | 441 | 130 | 75 |
| Binary | 11010010 | 1000010 | 11110011 | 1110 | 1001001 | 0 | 101 | 100100001 | 1011000 | 111101 |
Color Harmonies of #D242F3
Complementary color
Monochromatic Colors of #D242F3
Black with #D242F3
Text Example
Text Example
White with #D242F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D242F3; }
p { color: rgb(210,66,243); }
H1.HeaderClassName
{
color: #D242F3;
}
.AnyTagClassName
{
color: #D242F3;
}
</style>
background-color css
<style>
a { background-color: #D242F3; }
a { background-color: rgb(210,66,243); }
div.DivClassName
{
background-color: #D242F3;
}
.BgClassName
{
background-color: #D242F3;
}
</style>
border-color css
<style>
span { border-color: #D242F3; }
span { border-color: rgb(210,66,243); }
td.TdClassName
{
border-color: #D242F3;
}
.TagClassName
{
border-color: #D242F3;
}
</style>