Shades of Medium Orchid #D241F3
Tints of Medium Orchid #D241F3
RGB
CMYK
RGB Variations
Color information
#D241F3 (or 0xD241F3) is known color: Medium Orchid. HEX triplet: D2, 41 and F3. RGB value is (210,65,243). Sum of RGB (Red+Green+Blue) = 210+65+243=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 65 (25.78% from 255 or 12.55% from 518); Blue value is 243 (95.31% from 255 or 46.91% from 518); Max value from RGB is 243 - color contains mainly: blue. Hex color #D241F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D241F3 is #2DBE0C. Grayscale: #808080. Windows color (decimal): -2997773 or 15942098. OLE color: 15942098.
HSL color Cylindrical-coordinate representation of color #D241F3: hue angle of 288.88º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D241F3 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 65 | 243 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.05 |
| HSL | 288.88º | 0.88% | 0.6% | - |
| HSV(B) | 288.88º | 0.73% | 0.95% | - |
| XYZ | 44.65 | 23.95 | 87.06 | - |
| YUV | 128.65 | 192.54 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 65 | 243 | 0.14 | 0.73 | 0 | 0.05 | 288.88 | 0.88 | 0.6 |
| Hex | D2 | 41 | F3 | E | 49 | 0 | 5 | 121 | 58 | 3C |
| Octal | 322 | 101 | 363 | 16 | 111 | 0 | 5 | 441 | 130 | 74 |
| Binary | 11010010 | 1000001 | 11110011 | 1110 | 1001001 | 0 | 101 | 100100001 | 1011000 | 111100 |
Color Harmonies of #D241F3
Complementary color
Monochromatic Colors of #D241F3
Black with #D241F3
Text Example
Text Example
White with #D241F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D241F3; }
p { color: rgb(210,65,243); }
H1.HeaderClassName
{
color: #D241F3;
}
.AnyTagClassName
{
color: #D241F3;
}
</style>
background-color css
<style>
a { background-color: #D241F3; }
a { background-color: rgb(210,65,243); }
div.DivClassName
{
background-color: #D241F3;
}
.BgClassName
{
background-color: #D241F3;
}
</style>
border-color css
<style>
span { border-color: #D241F3; }
span { border-color: rgb(210,65,243); }
td.TdClassName
{
border-color: #D241F3;
}
.TagClassName
{
border-color: #D241F3;
}
</style>