Shades of Medium Orchid #D441F9
Tints of Medium Orchid #D441F9
RGB
CMYK
RGB Variations
Color information
#D441F9 (or 0xD441F9) is known color: Medium Orchid. HEX triplet: D4, 41 and F9. RGB value is (212,65,249). Sum of RGB (Red+Green+Blue) = 212+65+249=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 65 (25.78% from 255 or 12.36% from 526); Blue value is 249 (97.66% from 255 or 47.34% from 526); Max value from RGB is 249 - color contains mainly: blue. Hex color #D441F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D441F9 is #2BBE06. Grayscale: #818181. Windows color (decimal): -2866695 or 16335316. OLE color: 16335316.
HSL color Cylindrical-coordinate representation of color #D441F9: hue angle of 287.93º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D441F9 is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 65 | 249 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.02 |
| HSL | 287.93º | 0.94% | 0.62% | - |
| HSV(B) | 287.93º | 0.74% | 0.98% | - |
| XYZ | 46.14 | 24.62 | 91.94 | - |
| YUV | 129.93 | 195.2 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 65 | 249 | 0.15 | 0.74 | 0 | 0.02 | 287.93 | 0.94 | 0.62 |
| Hex | D4 | 41 | F9 | F | 4A | 0 | 2 | 120 | 5E | 3E |
| Octal | 324 | 101 | 371 | 17 | 112 | 0 | 2 | 440 | 136 | 76 |
| Binary | 11010100 | 1000001 | 11111001 | 1111 | 1001010 | 0 | 10 | 100100000 | 1011110 | 111110 |
Color Harmonies of #D441F9
Complementary color
Monochromatic Colors of #D441F9
Black with #D441F9
Text Example
Text Example
White with #D441F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D441F9; }
p { color: rgb(212,65,249); }
H1.HeaderClassName
{
color: #D441F9;
}
.AnyTagClassName
{
color: #D441F9;
}
</style>
background-color css
<style>
a { background-color: #D441F9; }
a { background-color: rgb(212,65,249); }
div.DivClassName
{
background-color: #D441F9;
}
.BgClassName
{
background-color: #D441F9;
}
</style>
border-color css
<style>
span { border-color: #D441F9; }
span { border-color: rgb(212,65,249); }
td.TdClassName
{
border-color: #D441F9;
}
.TagClassName
{
border-color: #D441F9;
}
</style>