Shades of Medium Orchid #D144EE
Tints of Medium Orchid #D144EE
RGB
CMYK
RGB Variations
Color information
#D144EE (or 0xD144EE) is known color: Medium Orchid. HEX triplet: D1, 44 and EE. RGB value is (209,68,238). Sum of RGB (Red+Green+Blue) = 209+68+238=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 68 (26.95% from 255 or 13.20% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #D144EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D144EE is #2EBB11. Grayscale: #818181. Windows color (decimal): -3062546 or 15615185. OLE color: 15615185.
HSL color Cylindrical-coordinate representation of color #D144EE: hue angle of 289.76º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D144EE is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 68 | 238 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.07 |
| HSL | 289.76º | 0.83% | 0.6% | - |
| HSV(B) | 289.76º | 0.71% | 0.93% | - |
| XYZ | 43.79 | 23.86 | 83.19 | - |
| YUV | 129.54 | 189.21 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 238 | 0.12 | 0.71 | 0 | 0.07 | 289.76 | 0.83 | 0.6 |
| Hex | D1 | 44 | EE | C | 47 | 0 | 7 | 122 | 53 | 3C |
| Octal | 321 | 104 | 356 | 14 | 107 | 0 | 7 | 442 | 123 | 74 |
| Binary | 11010001 | 1000100 | 11101110 | 1100 | 1000111 | 0 | 111 | 100100010 | 1010011 | 111100 |
Color Harmonies of #D144EE
Complementary color
Monochromatic Colors of #D144EE
Black with #D144EE
Text Example
Text Example
White with #D144EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D144EE; }
p { color: rgb(209,68,238); }
H1.HeaderClassName
{
color: #D144EE;
}
.AnyTagClassName
{
color: #D144EE;
}
</style>
background-color css
<style>
a { background-color: #D144EE; }
a { background-color: rgb(209,68,238); }
div.DivClassName
{
background-color: #D144EE;
}
.BgClassName
{
background-color: #D144EE;
}
</style>
border-color css
<style>
span { border-color: #D144EE; }
span { border-color: rgb(209,68,238); }
td.TdClassName
{
border-color: #D144EE;
}
.TagClassName
{
border-color: #D144EE;
}
</style>