Shades of Medium Orchid #D43BFD
Tints of Medium Orchid #D43BFD
RGB
CMYK
RGB Variations
Color information
#D43BFD (or 0xD43BFD) is known color: Medium Orchid. HEX triplet: D4, 3B and FD. RGB value is (212,59,253). Sum of RGB (Red+Green+Blue) = 212+59+253=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 59 (23.44% from 255 or 11.26% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #D43BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D43BFD is #2BC402. Grayscale: #7E7E7E. Windows color (decimal): -2868227 or 16595924. OLE color: 16595924.
HSL color Cylindrical-coordinate representation of color #D43BFD: hue angle of 287.32º 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 #D43BFD is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 59 | 253 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.01 |
| HSL | 287.32º | 0.98% | 0.61% | - |
| HSV(B) | 287.32º | 0.77% | 0.99% | - |
| XYZ | 46.44 | 24.22 | 95.15 | - |
| YUV | 126.86 | 199.19 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 59 | 253 | 0.16 | 0.77 | 0 | 0.01 | 287.32 | 0.98 | 0.61 |
| Hex | D4 | 3B | FD | 10 | 4D | 0 | 1 | 11F | 62 | 3D |
| Octal | 324 | 73 | 375 | 20 | 115 | 0 | 1 | 437 | 142 | 75 |
| Binary | 11010100 | 111011 | 11111101 | 10000 | 1001101 | 0 | 1 | 100011111 | 1100010 | 111101 |
Color Harmonies of #D43BFD
Complementary color
Monochromatic Colors of #D43BFD
Black with #D43BFD
Text Example
Text Example
White with #D43BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43BFD; }
p { color: rgb(212,59,253); }
H1.HeaderClassName
{
color: #D43BFD;
}
.AnyTagClassName
{
color: #D43BFD;
}
</style>
background-color css
<style>
a { background-color: #D43BFD; }
a { background-color: rgb(212,59,253); }
div.DivClassName
{
background-color: #D43BFD;
}
.BgClassName
{
background-color: #D43BFD;
}
</style>
border-color css
<style>
span { border-color: #D43BFD; }
span { border-color: rgb(212,59,253); }
td.TdClassName
{
border-color: #D43BFD;
}
.TagClassName
{
border-color: #D43BFD;
}
</style>