Shades of Medium Orchid #D13AFE
Tints of Medium Orchid #D13AFE
RGB
CMYK
RGB Variations
Color information
#D13AFE (or 0xD13AFE) is known color: Medium Orchid. HEX triplet: D1, 3A and FE. RGB value is (209,58,254). Sum of RGB (Red+Green+Blue) = 209+58+254=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 58 (23.05% from 255 or 11.13% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #D13AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13AFE is #2EC501. Grayscale: #7C7C7C. Windows color (decimal): -3065090 or 16661201. OLE color: 16661201.
HSL color Cylindrical-coordinate representation of color #D13AFE: hue angle of 286.22º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D13AFE is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 58 | 254 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.00 |
| HSL | 286.22º | 0.99% | 0.61% | - |
| HSV(B) | 286.22º | 0.77% | 1% | - |
| XYZ | 45.7 | 23.74 | 95.94 | - |
| YUV | 125.49 | 200.53 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 58 | 254 | 0.18 | 0.77 | 0 | 0.00 | 286.22 | 0.99 | 0.61 |
| Hex | D1 | 3A | FE | 12 | 4D | 0 | 0 | 11E | 63 | 3D |
| Octal | 321 | 72 | 376 | 22 | 115 | 0 | 0 | 436 | 143 | 75 |
| Binary | 11010001 | 111010 | 11111110 | 10010 | 1001101 | 0 | 0 | 100011110 | 1100011 | 111101 |
Color Harmonies of #D13AFE
Complementary color
Monochromatic Colors of #D13AFE
Black with #D13AFE
Text Example
Text Example
White with #D13AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13AFE; }
p { color: rgb(209,58,254); }
H1.HeaderClassName
{
color: #D13AFE;
}
.AnyTagClassName
{
color: #D13AFE;
}
</style>
background-color css
<style>
a { background-color: #D13AFE; }
a { background-color: rgb(209,58,254); }
div.DivClassName
{
background-color: #D13AFE;
}
.BgClassName
{
background-color: #D13AFE;
}
</style>
border-color css
<style>
span { border-color: #D13AFE; }
span { border-color: rgb(209,58,254); }
td.TdClassName
{
border-color: #D13AFE;
}
.TagClassName
{
border-color: #D13AFE;
}
</style>