Shades of Medium Orchid #D13FFD
Tints of Medium Orchid #D13FFD
RGB
CMYK
RGB Variations
Color information
#D13FFD (or 0xD13FFD) is known color: Medium Orchid. HEX triplet: D1, 3F and FD. RGB value is (209,63,253). Sum of RGB (Red+Green+Blue) = 209+63+253=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 63 (25% from 255 or 12% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #D13FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13FFD is #2EC002. Grayscale: #7F7F7F. Windows color (decimal): -3063811 or 16596945. OLE color: 16596945.
HSL color Cylindrical-coordinate representation of color #D13FFD: hue angle of 286.11º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D13FFD is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 63 | 253 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.01 |
| HSL | 286.11º | 0.98% | 0.62% | - |
| HSV(B) | 286.11º | 0.75% | 0.99% | - |
| XYZ | 45.8 | 24.2 | 95.19 | - |
| YUV | 128.31 | 198.37 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 63 | 253 | 0.17 | 0.75 | 0 | 0.01 | 286.11 | 0.98 | 0.62 |
| Hex | D1 | 3F | FD | 11 | 4B | 0 | 1 | 11E | 62 | 3E |
| Octal | 321 | 77 | 375 | 21 | 113 | 0 | 1 | 436 | 142 | 76 |
| Binary | 11010001 | 111111 | 11111101 | 10001 | 1001011 | 0 | 1 | 100011110 | 1100010 | 111110 |
Color Harmonies of #D13FFD
Complementary color
Monochromatic Colors of #D13FFD
Black with #D13FFD
Text Example
Text Example
White with #D13FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13FFD; }
p { color: rgb(209,63,253); }
H1.HeaderClassName
{
color: #D13FFD;
}
.AnyTagClassName
{
color: #D13FFD;
}
</style>
background-color css
<style>
a { background-color: #D13FFD; }
a { background-color: rgb(209,63,253); }
div.DivClassName
{
background-color: #D13FFD;
}
.BgClassName
{
background-color: #D13FFD;
}
</style>
border-color css
<style>
span { border-color: #D13FFD; }
span { border-color: rgb(209,63,253); }
td.TdClassName
{
border-color: #D13FFD;
}
.TagClassName
{
border-color: #D13FFD;
}
</style>