Shades of Medium Orchid #D439FB
Tints of Medium Orchid #D439FB
RGB
CMYK
RGB Variations
Color information
#D439FB (or 0xD439FB) is known color: Medium Orchid. HEX triplet: D4, 39 and FB. RGB value is (212,57,251). Sum of RGB (Red+Green+Blue) = 212+57+251=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 57 (22.66% from 255 or 10.96% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #D439FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D439FB is #2BC604. Grayscale: #7C7C7C. Windows color (decimal): -2868741 or 16464340. OLE color: 16464340.
HSL color Cylindrical-coordinate representation of color #D439FB: hue angle of 287.94º degrees, saturation: 0.96, 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 #D439FB is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 57 | 251 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.02 |
| HSL | 287.94º | 0.96% | 0.6% | - |
| HSV(B) | 287.94º | 0.77% | 0.98% | - |
| XYZ | 46.03 | 23.89 | 93.45 | - |
| YUV | 125.46 | 198.85 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 57 | 251 | 0.16 | 0.77 | 0 | 0.02 | 287.94 | 0.96 | 0.6 |
| Hex | D4 | 39 | FB | 10 | 4D | 0 | 2 | 120 | 60 | 3C |
| Octal | 324 | 71 | 373 | 20 | 115 | 0 | 2 | 440 | 140 | 74 |
| Binary | 11010100 | 111001 | 11111011 | 10000 | 1001101 | 0 | 10 | 100100000 | 1100000 | 111100 |
Color Harmonies of #D439FB
Complementary color
Monochromatic Colors of #D439FB
Black with #D439FB
Text Example
Text Example
White with #D439FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D439FB; }
p { color: rgb(212,57,251); }
H1.HeaderClassName
{
color: #D439FB;
}
.AnyTagClassName
{
color: #D439FB;
}
</style>
background-color css
<style>
a { background-color: #D439FB; }
a { background-color: rgb(212,57,251); }
div.DivClassName
{
background-color: #D439FB;
}
.BgClassName
{
background-color: #D439FB;
}
</style>
border-color css
<style>
span { border-color: #D439FB; }
span { border-color: rgb(212,57,251); }
td.TdClassName
{
border-color: #D439FB;
}
.TagClassName
{
border-color: #D439FB;
}
</style>