Shades of Medium Orchid #D43CF6
Tints of Medium Orchid #D43CF6
RGB
CMYK
RGB Variations
Color information
#D43CF6 (or 0xD43CF6) is known color: Medium Orchid. HEX triplet: D4, 3C and F6. RGB value is (212,60,246). Sum of RGB (Red+Green+Blue) = 212+60+246=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 60 (23.83% from 255 or 11.58% from 518); Blue value is 246 (96.48% from 255 or 47.49% from 518); Max value from RGB is 246 - color contains mainly: blue. Hex color #D43CF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D43CF6 is #2BC309. Grayscale: #7E7E7E. Windows color (decimal): -2867978 or 16137428. OLE color: 16137428.
HSL color Cylindrical-coordinate representation of color #D43CF6: hue angle of 289.03º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D43CF6 is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 60 | 246 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.04 |
| HSL | 289.03º | 0.91% | 0.6% | - |
| HSV(B) | 289.03º | 0.76% | 0.96% | - |
| XYZ | 45.4 | 23.88 | 89.41 | - |
| YUV | 126.65 | 195.36 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 60 | 246 | 0.14 | 0.76 | 0 | 0.04 | 289.03 | 0.91 | 0.6 |
| Hex | D4 | 3C | F6 | E | 4C | 0 | 4 | 121 | 5B | 3C |
| Octal | 324 | 74 | 366 | 16 | 114 | 0 | 4 | 441 | 133 | 74 |
| Binary | 11010100 | 111100 | 11110110 | 1110 | 1001100 | 0 | 100 | 100100001 | 1011011 | 111100 |
Color Harmonies of #D43CF6
Complementary color
Monochromatic Colors of #D43CF6
Black with #D43CF6
Text Example
Text Example
White with #D43CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43CF6; }
p { color: rgb(212,60,246); }
H1.HeaderClassName
{
color: #D43CF6;
}
.AnyTagClassName
{
color: #D43CF6;
}
</style>
background-color css
<style>
a { background-color: #D43CF6; }
a { background-color: rgb(212,60,246); }
div.DivClassName
{
background-color: #D43CF6;
}
.BgClassName
{
background-color: #D43CF6;
}
</style>
border-color css
<style>
span { border-color: #D43CF6; }
span { border-color: rgb(212,60,246); }
td.TdClassName
{
border-color: #D43CF6;
}
.TagClassName
{
border-color: #D43CF6;
}
</style>