Shades of Medium Orchid #D144F2
Tints of Medium Orchid #D144F2
RGB
CMYK
RGB Variations
Color information
#D144F2 (or 0xD144F2) is known color: Medium Orchid. HEX triplet: D1, 44 and F2. RGB value is (209,68,242). Sum of RGB (Red+Green+Blue) = 209+68+242=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 68 (26.95% from 255 or 13.10% from 519); Blue value is 242 (94.92% from 255 or 46.63% from 519); Max value from RGB is 242 - color contains mainly: blue. Hex color #D144F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D144F2 is #2EBB0D. Grayscale: #818181. Windows color (decimal): -3062542 or 15877329. OLE color: 15877329.
HSL color Cylindrical-coordinate representation of color #D144F2: hue angle of 288.62º degrees, saturation: 0.87, 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 #D144F2 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 68 | 242 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.05 |
| HSL | 288.62º | 0.87% | 0.61% | - |
| HSV(B) | 288.62º | 0.72% | 0.95% | - |
| XYZ | 44.39 | 24.1 | 86.32 | - |
| YUV | 130 | 191.21 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 242 | 0.14 | 0.72 | 0 | 0.05 | 288.62 | 0.87 | 0.61 |
| Hex | D1 | 44 | F2 | E | 48 | 0 | 5 | 121 | 57 | 3D |
| Octal | 321 | 104 | 362 | 16 | 110 | 0 | 5 | 441 | 127 | 75 |
| Binary | 11010001 | 1000100 | 11110010 | 1110 | 1001000 | 0 | 101 | 100100001 | 1010111 | 111101 |
Color Harmonies of #D144F2
Complementary color
Monochromatic Colors of #D144F2
Black with #D144F2
Text Example
Text Example
White with #D144F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D144F2; }
p { color: rgb(209,68,242); }
H1.HeaderClassName
{
color: #D144F2;
}
.AnyTagClassName
{
color: #D144F2;
}
</style>
background-color css
<style>
a { background-color: #D144F2; }
a { background-color: rgb(209,68,242); }
div.DivClassName
{
background-color: #D144F2;
}
.BgClassName
{
background-color: #D144F2;
}
</style>
border-color css
<style>
span { border-color: #D144F2; }
span { border-color: rgb(209,68,242); }
td.TdClassName
{
border-color: #D144F2;
}
.TagClassName
{
border-color: #D144F2;
}
</style>