Shades of Medium Orchid #D144F3
Tints of Medium Orchid #D144F3
RGB
CMYK
RGB Variations
Color information
#D144F3 (or 0xD144F3) is known color: Medium Orchid. HEX triplet: D1, 44 and F3. RGB value is (209,68,243). Sum of RGB (Red+Green+Blue) = 209+68+243=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 68 (26.95% from 255 or 13.08% from 520); Blue value is 243 (95.31% from 255 or 46.73% from 520); Max value from RGB is 243 - color contains mainly: blue. Hex color #D144F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D144F3 is #2EBB0C. Grayscale: #818181. Windows color (decimal): -3062541 or 15942865. OLE color: 15942865.
HSL color Cylindrical-coordinate representation of color #D144F3: hue angle of 288.34º 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 #D144F3 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 68 | 243 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.05 |
| HSL | 288.34º | 0.88% | 0.61% | - |
| HSV(B) | 288.34º | 0.72% | 0.95% | - |
| XYZ | 44.54 | 24.16 | 87.11 | - |
| YUV | 130.11 | 191.71 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 243 | 0.14 | 0.72 | 0 | 0.05 | 288.34 | 0.88 | 0.61 |
| Hex | D1 | 44 | F3 | E | 48 | 0 | 5 | 120 | 58 | 3D |
| Octal | 321 | 104 | 363 | 16 | 110 | 0 | 5 | 440 | 130 | 75 |
| Binary | 11010001 | 1000100 | 11110011 | 1110 | 1001000 | 0 | 101 | 100100000 | 1011000 | 111101 |
Color Harmonies of #D144F3
Complementary color
Monochromatic Colors of #D144F3
Black with #D144F3
Text Example
Text Example
White with #D144F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D144F3; }
p { color: rgb(209,68,243); }
H1.HeaderClassName
{
color: #D144F3;
}
.AnyTagClassName
{
color: #D144F3;
}
</style>
background-color css
<style>
a { background-color: #D144F3; }
a { background-color: rgb(209,68,243); }
div.DivClassName
{
background-color: #D144F3;
}
.BgClassName
{
background-color: #D144F3;
}
</style>
border-color css
<style>
span { border-color: #D144F3; }
span { border-color: rgb(209,68,243); }
td.TdClassName
{
border-color: #D144F3;
}
.TagClassName
{
border-color: #D144F3;
}
</style>