Shades of Medium Orchid #D13CFE
Tints of Medium Orchid #D13CFE
RGB
CMYK
RGB Variations
Color information
#D13CFE (or 0xD13CFE) is known color: Medium Orchid. HEX triplet: D1, 3C and FE. RGB value is (209,60,254). Sum of RGB (Red+Green+Blue) = 209+60+254=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 60 (23.83% from 255 or 11.47% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #D13CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13CFE is #2EC301. Grayscale: #7E7E7E. Windows color (decimal): -3064578 or 16661713. OLE color: 16661713.
HSL color Cylindrical-coordinate representation of color #D13CFE: hue angle of 286.08º 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 #D13CFE is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 60 | 254 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.00 |
| HSL | 286.08º | 0.99% | 0.62% | - |
| HSV(B) | 286.08º | 0.76% | 1% | - |
| XYZ | 45.8 | 23.94 | 95.97 | - |
| YUV | 126.67 | 199.86 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 60 | 254 | 0.18 | 0.76 | 0 | 0.00 | 286.08 | 0.99 | 0.62 |
| Hex | D1 | 3C | FE | 12 | 4C | 0 | 0 | 11E | 63 | 3E |
| Octal | 321 | 74 | 376 | 22 | 114 | 0 | 0 | 436 | 143 | 76 |
| Binary | 11010001 | 111100 | 11111110 | 10010 | 1001100 | 0 | 0 | 100011110 | 1100011 | 111110 |
Color Harmonies of #D13CFE
Complementary color
Monochromatic Colors of #D13CFE
Black with #D13CFE
Text Example
Text Example
White with #D13CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13CFE; }
p { color: rgb(209,60,254); }
H1.HeaderClassName
{
color: #D13CFE;
}
.AnyTagClassName
{
color: #D13CFE;
}
</style>
background-color css
<style>
a { background-color: #D13CFE; }
a { background-color: rgb(209,60,254); }
div.DivClassName
{
background-color: #D13CFE;
}
.BgClassName
{
background-color: #D13CFE;
}
</style>
border-color css
<style>
span { border-color: #D13CFE; }
span { border-color: rgb(209,60,254); }
td.TdClassName
{
border-color: #D13CFE;
}
.TagClassName
{
border-color: #D13CFE;
}
</style>