Shades of Medium Orchid #D53BFD
Tints of Medium Orchid #D53BFD
RGB
CMYK
RGB Variations
Color information
#D53BFD (or 0xD53BFD) is known color: Medium Orchid. HEX triplet: D5, 3B and FD. RGB value is (213,59,253). Sum of RGB (Red+Green+Blue) = 213+59+253=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 59 (23.44% from 255 or 11.24% 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 #D53BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D53BFD is #2AC402. Grayscale: #7E7E7E. Windows color (decimal): -2802691 or 16595925. OLE color: 16595925.
HSL color Cylindrical-coordinate representation of color #D53BFD: hue angle of 287.63º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D53BFD is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 59 | 253 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.01 |
| HSL | 287.63º | 0.98% | 0.61% | - |
| HSV(B) | 287.63º | 0.77% | 0.99% | - |
| XYZ | 46.73 | 24.37 | 95.17 | - |
| YUV | 127.16 | 199.02 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 59 | 253 | 0.16 | 0.77 | 0 | 0.01 | 287.63 | 0.98 | 0.61 |
| Hex | D5 | 3B | FD | 10 | 4D | 0 | 1 | 120 | 62 | 3D |
| Octal | 325 | 73 | 375 | 20 | 115 | 0 | 1 | 440 | 142 | 75 |
| Binary | 11010101 | 111011 | 11111101 | 10000 | 1001101 | 0 | 1 | 100100000 | 1100010 | 111101 |
Color Harmonies of #D53BFD
Complementary color
Monochromatic Colors of #D53BFD
Black with #D53BFD
Text Example
Text Example
White with #D53BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53BFD; }
p { color: rgb(213,59,253); }
H1.HeaderClassName
{
color: #D53BFD;
}
.AnyTagClassName
{
color: #D53BFD;
}
</style>
background-color css
<style>
a { background-color: #D53BFD; }
a { background-color: rgb(213,59,253); }
div.DivClassName
{
background-color: #D53BFD;
}
.BgClassName
{
background-color: #D53BFD;
}
</style>
border-color css
<style>
span { border-color: #D53BFD; }
span { border-color: rgb(213,59,253); }
td.TdClassName
{
border-color: #D53BFD;
}
.TagClassName
{
border-color: #D53BFD;
}
</style>