Shades of Medium Orchid #D43DFD
Tints of Medium Orchid #D43DFD
RGB
CMYK
RGB Variations
Color information
#D43DFD (or 0xD43DFD) is known color: Medium Orchid. HEX triplet: D4, 3D and FD. RGB value is (212,61,253). Sum of RGB (Red+Green+Blue) = 212+61+253=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 61 (24.22% from 255 or 11.60% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #D43DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D43DFD is #2BC202. Grayscale: #7F7F7F. Windows color (decimal): -2867715 or 16596436. OLE color: 16596436.
HSL color Cylindrical-coordinate representation of color #D43DFD: hue angle of 287.19º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D43DFD is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 61 | 253 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.01 |
| HSL | 287.19º | 0.98% | 0.62% | - |
| HSV(B) | 287.19º | 0.76% | 0.99% | - |
| XYZ | 46.55 | 24.43 | 95.19 | - |
| YUV | 128.04 | 198.53 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 61 | 253 | 0.16 | 0.76 | 0 | 0.01 | 287.19 | 0.98 | 0.62 |
| Hex | D4 | 3D | FD | 10 | 4C | 0 | 1 | 11F | 62 | 3E |
| Octal | 324 | 75 | 375 | 20 | 114 | 0 | 1 | 437 | 142 | 76 |
| Binary | 11010100 | 111101 | 11111101 | 10000 | 1001100 | 0 | 1 | 100011111 | 1100010 | 111110 |
Color Harmonies of #D43DFD
Complementary color
Monochromatic Colors of #D43DFD
Black with #D43DFD
Text Example
Text Example
White with #D43DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43DFD; }
p { color: rgb(212,61,253); }
H1.HeaderClassName
{
color: #D43DFD;
}
.AnyTagClassName
{
color: #D43DFD;
}
</style>
background-color css
<style>
a { background-color: #D43DFD; }
a { background-color: rgb(212,61,253); }
div.DivClassName
{
background-color: #D43DFD;
}
.BgClassName
{
background-color: #D43DFD;
}
</style>
border-color css
<style>
span { border-color: #D43DFD; }
span { border-color: rgb(212,61,253); }
td.TdClassName
{
border-color: #D43DFD;
}
.TagClassName
{
border-color: #D43DFD;
}
</style>