Shades of Medium Orchid #D53AFE
Tints of Medium Orchid #D53AFE
RGB
CMYK
RGB Variations
Color information
#D53AFE (or 0xD53AFE) is known color: Medium Orchid. HEX triplet: D5, 3A and FE. RGB value is (213,58,254). Sum of RGB (Red+Green+Blue) = 213+58+254=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 58 (23.05% from 255 or 11.05% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #D53AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D53AFE is #2AC501. Grayscale: #7E7E7E. Windows color (decimal): -2802946 or 16661205. OLE color: 16661205.
HSL color Cylindrical-coordinate representation of color #D53AFE: hue angle of 287.45º 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 #D53AFE is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 58 | 254 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.00 |
| HSL | 287.45º | 0.99% | 0.61% | - |
| HSV(B) | 287.45º | 0.77% | 1% | - |
| XYZ | 46.84 | 24.33 | 95.99 | - |
| YUV | 126.69 | 199.85 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 58 | 254 | 0.16 | 0.77 | 0 | 0.00 | 287.45 | 0.99 | 0.61 |
| Hex | D5 | 3A | FE | 10 | 4D | 0 | 0 | 11F | 63 | 3D |
| Octal | 325 | 72 | 376 | 20 | 115 | 0 | 0 | 437 | 143 | 75 |
| Binary | 11010101 | 111010 | 11111110 | 10000 | 1001101 | 0 | 0 | 100011111 | 1100011 | 111101 |
Color Harmonies of #D53AFE
Complementary color
Monochromatic Colors of #D53AFE
Black with #D53AFE
Text Example
Text Example
White with #D53AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53AFE; }
p { color: rgb(213,58,254); }
H1.HeaderClassName
{
color: #D53AFE;
}
.AnyTagClassName
{
color: #D53AFE;
}
</style>
background-color css
<style>
a { background-color: #D53AFE; }
a { background-color: rgb(213,58,254); }
div.DivClassName
{
background-color: #D53AFE;
}
.BgClassName
{
background-color: #D53AFE;
}
</style>
border-color css
<style>
span { border-color: #D53AFE; }
span { border-color: rgb(213,58,254); }
td.TdClassName
{
border-color: #D53AFE;
}
.TagClassName
{
border-color: #D53AFE;
}
</style>