Shades of Medium Orchid #D039FE
Tints of Medium Orchid #D039FE
RGB
CMYK
RGB Variations
Color information
#D039FE (or 0xD039FE) is known color: Medium Orchid. HEX triplet: D0, 39 and FE. RGB value is (208,57,254). Sum of RGB (Red+Green+Blue) = 208+57+254=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 57 (22.66% from 255 or 10.98% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #D039FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D039FE is #2FC601. Grayscale: #7B7B7B. Windows color (decimal): -3130882 or 16660944. OLE color: 16660944.
HSL color Cylindrical-coordinate representation of color #D039FE: hue angle of 285.99º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D039FE is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 57 | 254 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.00 |
| HSL | 285.99º | 0.99% | 0.61% | - |
| HSV(B) | 285.99º | 0.78% | 1% | - |
| XYZ | 45.36 | 23.49 | 95.91 | - |
| YUV | 124.61 | 201.03 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 254 | 0.18 | 0.78 | 0 | 0.00 | 285.99 | 0.99 | 0.61 |
| Hex | D0 | 39 | FE | 12 | 4E | 0 | 0 | 11E | 63 | 3D |
| Octal | 320 | 71 | 376 | 22 | 116 | 0 | 0 | 436 | 143 | 75 |
| Binary | 11010000 | 111001 | 11111110 | 10010 | 1001110 | 0 | 0 | 100011110 | 1100011 | 111101 |
Color Harmonies of #D039FE
Complementary color
Monochromatic Colors of #D039FE
Black with #D039FE
Text Example
Text Example
White with #D039FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D039FE; }
p { color: rgb(208,57,254); }
H1.HeaderClassName
{
color: #D039FE;
}
.AnyTagClassName
{
color: #D039FE;
}
</style>
background-color css
<style>
a { background-color: #D039FE; }
a { background-color: rgb(208,57,254); }
div.DivClassName
{
background-color: #D039FE;
}
.BgClassName
{
background-color: #D039FE;
}
</style>
border-color css
<style>
span { border-color: #D039FE; }
span { border-color: rgb(208,57,254); }
td.TdClassName
{
border-color: #D039FE;
}
.TagClassName
{
border-color: #D039FE;
}
</style>