Shades of Medium Orchid #D439F5
Tints of Medium Orchid #D439F5
RGB
CMYK
RGB Variations
Color information
#D439F5 (or 0xD439F5) is known color: Medium Orchid. HEX triplet: D4, 39 and F5. RGB value is (212,57,245). Sum of RGB (Red+Green+Blue) = 212+57+245=514 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.25% from 514); Green value is 57 (22.66% from 255 or 11.09% from 514); Blue value is 245 (96.09% from 255 or 47.67% from 514); Max value from RGB is 245 - color contains mainly: blue. Hex color #D439F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D439F5 is #2BC60A. Grayscale: #7C7C7C. Windows color (decimal): -2868747 or 16071124. OLE color: 16071124.
HSL color Cylindrical-coordinate representation of color #D439F5: hue angle of 289.47º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D439F5 is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 57 | 245 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.04 |
| HSL | 289.47º | 0.9% | 0.59% | - |
| HSV(B) | 289.47º | 0.77% | 0.96% | - |
| XYZ | 45.1 | 23.52 | 88.55 | - |
| YUV | 124.78 | 195.85 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 57 | 245 | 0.13 | 0.77 | 0 | 0.04 | 289.47 | 0.9 | 0.59 |
| Hex | D4 | 39 | F5 | D | 4D | 0 | 4 | 121 | 5A | 3B |
| Octal | 324 | 71 | 365 | 15 | 115 | 0 | 4 | 441 | 132 | 73 |
| Binary | 11010100 | 111001 | 11110101 | 1101 | 1001101 | 0 | 100 | 100100001 | 1011010 | 111011 |
Color Harmonies of #D439F5
Complementary color
Monochromatic Colors of #D439F5
Black with #D439F5
Text Example
Text Example
White with #D439F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D439F5; }
p { color: rgb(212,57,245); }
H1.HeaderClassName
{
color: #D439F5;
}
.AnyTagClassName
{
color: #D439F5;
}
</style>
background-color css
<style>
a { background-color: #D439F5; }
a { background-color: rgb(212,57,245); }
div.DivClassName
{
background-color: #D439F5;
}
.BgClassName
{
background-color: #D439F5;
}
</style>
border-color css
<style>
span { border-color: #D439F5; }
span { border-color: rgb(212,57,245); }
td.TdClassName
{
border-color: #D439F5;
}
.TagClassName
{
border-color: #D439F5;
}
</style>