Shades of Medium Orchid #D13DFE
Tints of Medium Orchid #D13DFE
RGB
CMYK
RGB Variations
Color information
#D13DFE (or 0xD13DFE) is known color: Medium Orchid. HEX triplet: D1, 3D and FE. RGB value is (209,61,254). Sum of RGB (Red+Green+Blue) = 209+61+254=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 61 (24.22% from 255 or 11.64% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #D13DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13DFE is #2EC201. Grayscale: #7E7E7E. Windows color (decimal): -3064322 or 16661969. OLE color: 16661969.
HSL color Cylindrical-coordinate representation of color #D13DFE: hue angle of 286.01º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D13DFE is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 61 | 254 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.00 |
| HSL | 286.01º | 0.99% | 0.62% | - |
| HSV(B) | 286.01º | 0.76% | 1% | - |
| XYZ | 45.85 | 24.05 | 95.99 | - |
| YUV | 127.25 | 199.53 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 61 | 254 | 0.18 | 0.76 | 0 | 0.00 | 286.01 | 0.99 | 0.62 |
| Hex | D1 | 3D | FE | 12 | 4C | 0 | 0 | 11E | 63 | 3E |
| Octal | 321 | 75 | 376 | 22 | 114 | 0 | 0 | 436 | 143 | 76 |
| Binary | 11010001 | 111101 | 11111110 | 10010 | 1001100 | 0 | 0 | 100011110 | 1100011 | 111110 |
Color Harmonies of #D13DFE
Complementary color
Monochromatic Colors of #D13DFE
Black with #D13DFE
Text Example
Text Example
White with #D13DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13DFE; }
p { color: rgb(209,61,254); }
H1.HeaderClassName
{
color: #D13DFE;
}
.AnyTagClassName
{
color: #D13DFE;
}
</style>
background-color css
<style>
a { background-color: #D13DFE; }
a { background-color: rgb(209,61,254); }
div.DivClassName
{
background-color: #D13DFE;
}
.BgClassName
{
background-color: #D13DFE;
}
</style>
border-color css
<style>
span { border-color: #D13DFE; }
span { border-color: rgb(209,61,254); }
td.TdClassName
{
border-color: #D13DFE;
}
.TagClassName
{
border-color: #D13DFE;
}
</style>