Shades of Medium Orchid #D144EF
Tints of Medium Orchid #D144EF
RGB
CMYK
RGB Variations
Color information
#D144EF (or 0xD144EF) is known color: Medium Orchid. HEX triplet: D1, 44 and EF. RGB value is (209,68,239). Sum of RGB (Red+Green+Blue) = 209+68+239=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 68 (26.95% from 255 or 13.18% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #D144EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D144EF is #2EBB10. Grayscale: #818181. Windows color (decimal): -3062545 or 15680721. OLE color: 15680721.
HSL color Cylindrical-coordinate representation of color #D144EF: hue angle of 289.47º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D144EF is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 68 | 239 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.06 |
| HSL | 289.47º | 0.84% | 0.6% | - |
| HSV(B) | 289.47º | 0.72% | 0.94% | - |
| XYZ | 43.94 | 23.92 | 83.96 | - |
| YUV | 129.65 | 189.71 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 239 | 0.13 | 0.72 | 0 | 0.06 | 289.47 | 0.84 | 0.6 |
| Hex | D1 | 44 | EF | D | 48 | 0 | 6 | 121 | 54 | 3C |
| Octal | 321 | 104 | 357 | 15 | 110 | 0 | 6 | 441 | 124 | 74 |
| Binary | 11010001 | 1000100 | 11101111 | 1101 | 1001000 | 0 | 110 | 100100001 | 1010100 | 111100 |
Color Harmonies of #D144EF
Complementary color
Monochromatic Colors of #D144EF
Black with #D144EF
Text Example
Text Example
White with #D144EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D144EF; }
p { color: rgb(209,68,239); }
H1.HeaderClassName
{
color: #D144EF;
}
.AnyTagClassName
{
color: #D144EF;
}
</style>
background-color css
<style>
a { background-color: #D144EF; }
a { background-color: rgb(209,68,239); }
div.DivClassName
{
background-color: #D144EF;
}
.BgClassName
{
background-color: #D144EF;
}
</style>
border-color css
<style>
span { border-color: #D144EF; }
span { border-color: rgb(209,68,239); }
td.TdClassName
{
border-color: #D144EF;
}
.TagClassName
{
border-color: #D144EF;
}
</style>