Shades of Medium Orchid #D143F3
Tints of Medium Orchid #D143F3
RGB
CMYK
RGB Variations
Color information
#D143F3 (or 0xD143F3) is known color: Medium Orchid. HEX triplet: D1, 43 and F3. RGB value is (209,67,243). Sum of RGB (Red+Green+Blue) = 209+67+243=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 67 (26.56% from 255 or 12.91% from 519); Blue value is 243 (95.31% from 255 or 46.82% from 519); Max value from RGB is 243 - color contains mainly: blue. Hex color #D143F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D143F3 is #2EBC0C. Grayscale: #808080. Windows color (decimal): -3062797 or 15942609. OLE color: 15942609.
HSL color Cylindrical-coordinate representation of color #D143F3: hue angle of 288.41º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D143F3 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 67 | 243 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.05 |
| HSL | 288.41º | 0.88% | 0.61% | - |
| HSV(B) | 288.41º | 0.72% | 0.95% | - |
| XYZ | 44.48 | 24.04 | 87.09 | - |
| YUV | 129.52 | 192.04 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 243 | 0.14 | 0.72 | 0 | 0.05 | 288.41 | 0.88 | 0.61 |
| Hex | D1 | 43 | F3 | E | 48 | 0 | 5 | 120 | 58 | 3D |
| Octal | 321 | 103 | 363 | 16 | 110 | 0 | 5 | 440 | 130 | 75 |
| Binary | 11010001 | 1000011 | 11110011 | 1110 | 1001000 | 0 | 101 | 100100000 | 1011000 | 111101 |
Color Harmonies of #D143F3
Complementary color
Monochromatic Colors of #D143F3
Black with #D143F3
Text Example
Text Example
White with #D143F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D143F3; }
p { color: rgb(209,67,243); }
H1.HeaderClassName
{
color: #D143F3;
}
.AnyTagClassName
{
color: #D143F3;
}
</style>
background-color css
<style>
a { background-color: #D143F3; }
a { background-color: rgb(209,67,243); }
div.DivClassName
{
background-color: #D143F3;
}
.BgClassName
{
background-color: #D143F3;
}
</style>
border-color css
<style>
span { border-color: #D143F3; }
span { border-color: rgb(209,67,243); }
td.TdClassName
{
border-color: #D143F3;
}
.TagClassName
{
border-color: #D143F3;
}
</style>