Shades of Medium Orchid #D53AFA
Tints of Medium Orchid #D53AFA
RGB
CMYK
RGB Variations
Color information
#D53AFA (or 0xD53AFA) is known color: Medium Orchid. HEX triplet: D5, 3A and FA. RGB value is (213,58,250). Sum of RGB (Red+Green+Blue) = 213+58+250=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 58 (23.05% from 255 or 11.13% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #D53AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D53AFA is #2AC505. Grayscale: #7D7D7D. Windows color (decimal): -2802950 or 16399061. OLE color: 16399061.
HSL color Cylindrical-coordinate representation of color #D53AFA: hue angle of 288.44º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D53AFA is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 58 | 250 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.02 |
| HSL | 288.44º | 0.95% | 0.6% | - |
| HSV(B) | 288.44º | 0.77% | 0.98% | - |
| XYZ | 46.21 | 24.07 | 92.65 | - |
| YUV | 126.23 | 197.85 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 58 | 250 | 0.15 | 0.77 | 0 | 0.02 | 288.44 | 0.95 | 0.6 |
| Hex | D5 | 3A | FA | F | 4D | 0 | 2 | 120 | 5F | 3C |
| Octal | 325 | 72 | 372 | 17 | 115 | 0 | 2 | 440 | 137 | 74 |
| Binary | 11010101 | 111010 | 11111010 | 1111 | 1001101 | 0 | 10 | 100100000 | 1011111 | 111100 |
Color Harmonies of #D53AFA
Complementary color
Monochromatic Colors of #D53AFA
Black with #D53AFA
Text Example
Text Example
White with #D53AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53AFA; }
p { color: rgb(213,58,250); }
H1.HeaderClassName
{
color: #D53AFA;
}
.AnyTagClassName
{
color: #D53AFA;
}
</style>
background-color css
<style>
a { background-color: #D53AFA; }
a { background-color: rgb(213,58,250); }
div.DivClassName
{
background-color: #D53AFA;
}
.BgClassName
{
background-color: #D53AFA;
}
</style>
border-color css
<style>
span { border-color: #D53AFA; }
span { border-color: rgb(213,58,250); }
td.TdClassName
{
border-color: #D53AFA;
}
.TagClassName
{
border-color: #D53AFA;
}
</style>