Shades of Medium Orchid #D143F1
Tints of Medium Orchid #D143F1
RGB
CMYK
RGB Variations
Color information
#D143F1 (or 0xD143F1) is known color: Medium Orchid. HEX triplet: D1, 43 and F1. RGB value is (209,67,241). Sum of RGB (Red+Green+Blue) = 209+67+241=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 67 (26.56% from 255 or 12.96% from 517); Blue value is 241 (94.53% from 255 or 46.62% from 517); Max value from RGB is 241 - color contains mainly: blue. Hex color #D143F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D143F1 is #2EBC0E. Grayscale: #808080. Windows color (decimal): -3062799 or 15811537. OLE color: 15811537.
HSL color Cylindrical-coordinate representation of color #D143F1: hue angle of 288.97º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D143F1 is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 67 | 241 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.05 |
| HSL | 288.97º | 0.86% | 0.6% | - |
| HSV(B) | 288.97º | 0.72% | 0.95% | - |
| XYZ | 44.18 | 23.92 | 85.51 | - |
| YUV | 129.29 | 191.04 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 241 | 0.13 | 0.72 | 0 | 0.05 | 288.97 | 0.86 | 0.6 |
| Hex | D1 | 43 | F1 | D | 48 | 0 | 5 | 121 | 56 | 3C |
| Octal | 321 | 103 | 361 | 15 | 110 | 0 | 5 | 441 | 126 | 74 |
| Binary | 11010001 | 1000011 | 11110001 | 1101 | 1001000 | 0 | 101 | 100100001 | 1010110 | 111100 |
Color Harmonies of #D143F1
Complementary color
Monochromatic Colors of #D143F1
Black with #D143F1
Text Example
Text Example
White with #D143F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D143F1; }
p { color: rgb(209,67,241); }
H1.HeaderClassName
{
color: #D143F1;
}
.AnyTagClassName
{
color: #D143F1;
}
</style>
background-color css
<style>
a { background-color: #D143F1; }
a { background-color: rgb(209,67,241); }
div.DivClassName
{
background-color: #D143F1;
}
.BgClassName
{
background-color: #D143F1;
}
</style>
border-color css
<style>
span { border-color: #D143F1; }
span { border-color: rgb(209,67,241); }
td.TdClassName
{
border-color: #D143F1;
}
.TagClassName
{
border-color: #D143F1;
}
</style>