Shades of Medium Orchid #D239F0
Tints of Medium Orchid #D239F0
RGB
CMYK
RGB Variations
Color information
#D239F0 (or 0xD239F0) is known color: Medium Orchid. HEX triplet: D2, 39 and F0. RGB value is (210,57,240). Sum of RGB (Red+Green+Blue) = 210+57+240=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 57 (22.66% from 255 or 11.24% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 240 - color contains mainly: blue. Hex color #D239F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D239F0 is #2DC60F. Grayscale: #7B7B7B. Windows color (decimal): -2999824 or 15743442. OLE color: 15743442.
HSL color Cylindrical-coordinate representation of color #D239F0: hue angle of 290.16º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D239F0 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 57 | 240 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.06 |
| HSL | 290.16º | 0.86% | 0.58% | - |
| HSV(B) | 290.16º | 0.76% | 0.94% | - |
| XYZ | 43.77 | 22.92 | 84.56 | - |
| YUV | 123.61 | 193.69 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 240 | 0.12 | 0.76 | 0 | 0.06 | 290.16 | 0.86 | 0.58 |
| Hex | D2 | 39 | F0 | C | 4C | 0 | 6 | 122 | 56 | 3A |
| Octal | 322 | 71 | 360 | 14 | 114 | 0 | 6 | 442 | 126 | 72 |
| Binary | 11010010 | 111001 | 11110000 | 1100 | 1001100 | 0 | 110 | 100100010 | 1010110 | 111010 |
Color Harmonies of #D239F0
Complementary color
Monochromatic Colors of #D239F0
Black with #D239F0
Text Example
Text Example
White with #D239F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D239F0; }
p { color: rgb(210,57,240); }
H1.HeaderClassName
{
color: #D239F0;
}
.AnyTagClassName
{
color: #D239F0;
}
</style>
background-color css
<style>
a { background-color: #D239F0; }
a { background-color: rgb(210,57,240); }
div.DivClassName
{
background-color: #D239F0;
}
.BgClassName
{
background-color: #D239F0;
}
</style>
border-color css
<style>
span { border-color: #D239F0; }
span { border-color: rgb(210,57,240); }
td.TdClassName
{
border-color: #D239F0;
}
.TagClassName
{
border-color: #D239F0;
}
</style>