Shades of Medium Orchid #D43DF8
Tints of Medium Orchid #D43DF8
RGB
CMYK
RGB Variations
Color information
#D43DF8 (or 0xD43DF8) is known color: Medium Orchid. HEX triplet: D4, 3D and F8. RGB value is (212,61,248). Sum of RGB (Red+Green+Blue) = 212+61+248=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 61 (24.22% from 255 or 11.71% from 521); Blue value is 248 (97.27% from 255 or 47.60% from 521); Max value from RGB is 248 - color contains mainly: blue. Hex color #D43DF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D43DF8 is #2BC207. Grayscale: #7E7E7E. Windows color (decimal): -2867720 or 16268756. OLE color: 16268756.
HSL color Cylindrical-coordinate representation of color #D43DF8: hue angle of 288.45º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D43DF8 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 61 | 248 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.03 |
| HSL | 288.45º | 0.93% | 0.61% | - |
| HSV(B) | 288.45º | 0.75% | 0.97% | - |
| XYZ | 45.76 | 24.11 | 91.05 | - |
| YUV | 127.47 | 196.03 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 61 | 248 | 0.15 | 0.75 | 0 | 0.03 | 288.45 | 0.93 | 0.61 |
| Hex | D4 | 3D | F8 | F | 4B | 0 | 3 | 120 | 5D | 3D |
| Octal | 324 | 75 | 370 | 17 | 113 | 0 | 3 | 440 | 135 | 75 |
| Binary | 11010100 | 111101 | 11111000 | 1111 | 1001011 | 0 | 11 | 100100000 | 1011101 | 111101 |
Color Harmonies of #D43DF8
Complementary color
Monochromatic Colors of #D43DF8
Black with #D43DF8
Text Example
Text Example
White with #D43DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43DF8; }
p { color: rgb(212,61,248); }
H1.HeaderClassName
{
color: #D43DF8;
}
.AnyTagClassName
{
color: #D43DF8;
}
</style>
background-color css
<style>
a { background-color: #D43DF8; }
a { background-color: rgb(212,61,248); }
div.DivClassName
{
background-color: #D43DF8;
}
.BgClassName
{
background-color: #D43DF8;
}
</style>
border-color css
<style>
span { border-color: #D43DF8; }
span { border-color: rgb(212,61,248); }
td.TdClassName
{
border-color: #D43DF8;
}
.TagClassName
{
border-color: #D43DF8;
}
</style>