Shades of Medium Orchid #D43AF4
Tints of Medium Orchid #D43AF4
RGB
CMYK
RGB Variations
Color information
#D43AF4 (or 0xD43AF4) is known color: Medium Orchid. HEX triplet: D4, 3A and F4. RGB value is (212,58,244). Sum of RGB (Red+Green+Blue) = 212+58+244=514 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.25% from 514); Green value is 58 (23.05% from 255 or 11.28% from 514); Blue value is 244 (95.70% from 255 or 47.47% from 514); Max value from RGB is 244 - color contains mainly: blue. Hex color #D43AF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D43AF4 is #2BC50B. Grayscale: #7C7C7C. Windows color (decimal): -2868492 or 16005844. OLE color: 16005844.
HSL color Cylindrical-coordinate representation of color #D43AF4: hue angle of 289.68º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D43AF4 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 58 | 244 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.04 |
| HSL | 289.68º | 0.89% | 0.59% | - |
| HSV(B) | 289.68º | 0.76% | 0.96% | - |
| XYZ | 44.99 | 23.55 | 87.76 | - |
| YUV | 125.25 | 195.02 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 58 | 244 | 0.13 | 0.76 | 0 | 0.04 | 289.68 | 0.89 | 0.59 |
| Hex | D4 | 3A | F4 | D | 4C | 0 | 4 | 122 | 59 | 3B |
| Octal | 324 | 72 | 364 | 15 | 114 | 0 | 4 | 442 | 131 | 73 |
| Binary | 11010100 | 111010 | 11110100 | 1101 | 1001100 | 0 | 100 | 100100010 | 1011001 | 111011 |
Color Harmonies of #D43AF4
Complementary color
Monochromatic Colors of #D43AF4
Black with #D43AF4
Text Example
Text Example
White with #D43AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43AF4; }
p { color: rgb(212,58,244); }
H1.HeaderClassName
{
color: #D43AF4;
}
.AnyTagClassName
{
color: #D43AF4;
}
</style>
background-color css
<style>
a { background-color: #D43AF4; }
a { background-color: rgb(212,58,244); }
div.DivClassName
{
background-color: #D43AF4;
}
.BgClassName
{
background-color: #D43AF4;
}
</style>
border-color css
<style>
span { border-color: #D43AF4; }
span { border-color: rgb(212,58,244); }
td.TdClassName
{
border-color: #D43AF4;
}
.TagClassName
{
border-color: #D43AF4;
}
</style>