Shades of Medium Orchid #D43AFE
Tints of Medium Orchid #D43AFE
RGB
CMYK
RGB Variations
Color information
#D43AFE (or 0xD43AFE) is known color: Medium Orchid. HEX triplet: D4, 3A and FE. RGB value is (212,58,254). Sum of RGB (Red+Green+Blue) = 212+58+254=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 58 (23.05% from 255 or 11.07% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #D43AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D43AFE is #2BC501. Grayscale: #7D7D7D. Windows color (decimal): -2868482 or 16661204. OLE color: 16661204.
HSL color Cylindrical-coordinate representation of color #D43AFE: hue angle of 287.14º 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 #D43AFE is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 58 | 254 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.00 |
| HSL | 287.14º | 0.99% | 0.61% | - |
| HSV(B) | 287.14º | 0.77% | 1% | - |
| XYZ | 46.55 | 24.18 | 95.98 | - |
| YUV | 126.39 | 200.02 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 58 | 254 | 0.17 | 0.77 | 0 | 0.00 | 287.14 | 0.99 | 0.61 |
| Hex | D4 | 3A | FE | 11 | 4D | 0 | 0 | 11F | 63 | 3D |
| Octal | 324 | 72 | 376 | 21 | 115 | 0 | 0 | 437 | 143 | 75 |
| Binary | 11010100 | 111010 | 11111110 | 10001 | 1001101 | 0 | 0 | 100011111 | 1100011 | 111101 |
Color Harmonies of #D43AFE
Complementary color
Monochromatic Colors of #D43AFE
Black with #D43AFE
Text Example
Text Example
White with #D43AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43AFE; }
p { color: rgb(212,58,254); }
H1.HeaderClassName
{
color: #D43AFE;
}
.AnyTagClassName
{
color: #D43AFE;
}
</style>
background-color css
<style>
a { background-color: #D43AFE; }
a { background-color: rgb(212,58,254); }
div.DivClassName
{
background-color: #D43AFE;
}
.BgClassName
{
background-color: #D43AFE;
}
</style>
border-color css
<style>
span { border-color: #D43AFE; }
span { border-color: rgb(212,58,254); }
td.TdClassName
{
border-color: #D43AFE;
}
.TagClassName
{
border-color: #D43AFE;
}
</style>