Shades of Medium Orchid #D439FA
Tints of Medium Orchid #D439FA
RGB
CMYK
RGB Variations
Color information
#D439FA (or 0xD439FA) is known color: Medium Orchid. HEX triplet: D4, 39 and FA. RGB value is (212,57,250). Sum of RGB (Red+Green+Blue) = 212+57+250=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 57 (22.66% from 255 or 10.98% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #D439FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D439FA is #2BC605. Grayscale: #7C7C7C. Windows color (decimal): -2868742 or 16398804. OLE color: 16398804.
HSL color Cylindrical-coordinate representation of color #D439FA: hue angle of 288.19º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D439FA is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 57 | 250 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.02 |
| HSL | 288.19º | 0.95% | 0.6% | - |
| HSV(B) | 288.19º | 0.77% | 0.98% | - |
| XYZ | 45.87 | 23.83 | 92.62 | - |
| YUV | 125.35 | 198.35 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 57 | 250 | 0.15 | 0.77 | 0 | 0.02 | 288.19 | 0.95 | 0.6 |
| Hex | D4 | 39 | FA | F | 4D | 0 | 2 | 120 | 5F | 3C |
| Octal | 324 | 71 | 372 | 17 | 115 | 0 | 2 | 440 | 137 | 74 |
| Binary | 11010100 | 111001 | 11111010 | 1111 | 1001101 | 0 | 10 | 100100000 | 1011111 | 111100 |
Color Harmonies of #D439FA
Complementary color
Monochromatic Colors of #D439FA
Black with #D439FA
Text Example
Text Example
White with #D439FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D439FA; }
p { color: rgb(212,57,250); }
H1.HeaderClassName
{
color: #D439FA;
}
.AnyTagClassName
{
color: #D439FA;
}
</style>
background-color css
<style>
a { background-color: #D439FA; }
a { background-color: rgb(212,57,250); }
div.DivClassName
{
background-color: #D439FA;
}
.BgClassName
{
background-color: #D439FA;
}
</style>
border-color css
<style>
span { border-color: #D439FA; }
span { border-color: rgb(212,57,250); }
td.TdClassName
{
border-color: #D439FA;
}
.TagClassName
{
border-color: #D439FA;
}
</style>