Shades of Medium Orchid #D53AFB
Tints of Medium Orchid #D53AFB
RGB
CMYK
RGB Variations
Color information
#D53AFB (or 0xD53AFB) is known color: Medium Orchid. HEX triplet: D5, 3A and FB. RGB value is (213,58,251). Sum of RGB (Red+Green+Blue) = 213+58+251=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 58 (23.05% from 255 or 11.11% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #D53AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D53AFB is #2AC504. Grayscale: #7D7D7D. Windows color (decimal): -2802949 or 16464597. OLE color: 16464597.
HSL color Cylindrical-coordinate representation of color #D53AFB: hue angle of 288.19º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D53AFB is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 58 | 251 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.02 |
| HSL | 288.19º | 0.96% | 0.61% | - |
| HSV(B) | 288.19º | 0.77% | 0.98% | - |
| XYZ | 46.37 | 24.14 | 93.48 | - |
| YUV | 126.35 | 198.35 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 58 | 251 | 0.15 | 0.77 | 0 | 0.02 | 288.19 | 0.96 | 0.61 |
| Hex | D5 | 3A | FB | F | 4D | 0 | 2 | 120 | 60 | 3D |
| Octal | 325 | 72 | 373 | 17 | 115 | 0 | 2 | 440 | 140 | 75 |
| Binary | 11010101 | 111010 | 11111011 | 1111 | 1001101 | 0 | 10 | 100100000 | 1100000 | 111101 |
Color Harmonies of #D53AFB
Complementary color
Monochromatic Colors of #D53AFB
Black with #D53AFB
Text Example
Text Example
White with #D53AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53AFB; }
p { color: rgb(213,58,251); }
H1.HeaderClassName
{
color: #D53AFB;
}
.AnyTagClassName
{
color: #D53AFB;
}
</style>
background-color css
<style>
a { background-color: #D53AFB; }
a { background-color: rgb(213,58,251); }
div.DivClassName
{
background-color: #D53AFB;
}
.BgClassName
{
background-color: #D53AFB;
}
</style>
border-color css
<style>
span { border-color: #D53AFB; }
span { border-color: rgb(213,58,251); }
td.TdClassName
{
border-color: #D53AFB;
}
.TagClassName
{
border-color: #D53AFB;
}
</style>