Shades of Medium Orchid #D148EF
Tints of Medium Orchid #D148EF
RGB
CMYK
RGB Variations
Color information
#D148EF (or 0xD148EF) is known color: Medium Orchid. HEX triplet: D1, 48 and EF. RGB value is (209,72,239). Sum of RGB (Red+Green+Blue) = 209+72+239=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 72 (28.52% from 255 or 13.85% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #D148EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D148EF is #2EB710. Grayscale: #838383. Windows color (decimal): -3061521 or 15681745. OLE color: 15681745.
HSL color Cylindrical-coordinate representation of color #D148EF: hue angle of 289.22º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D148EF is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 72 | 239 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.06 |
| HSL | 289.22º | 0.84% | 0.61% | - |
| HSV(B) | 289.22º | 0.7% | 0.94% | - |
| XYZ | 44.19 | 24.42 | 84.05 | - |
| YUV | 132 | 188.39 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 72 | 239 | 0.13 | 0.70 | 0 | 0.06 | 289.22 | 0.84 | 0.61 |
| Hex | D1 | 48 | EF | D | 46 | 0 | 6 | 121 | 54 | 3D |
| Octal | 321 | 110 | 357 | 15 | 106 | 0 | 6 | 441 | 124 | 75 |
| Binary | 11010001 | 1001000 | 11101111 | 1101 | 1000110 | 0 | 110 | 100100001 | 1010100 | 111101 |
Color Harmonies of #D148EF
Complementary color
Monochromatic Colors of #D148EF
Black with #D148EF
Text Example
Text Example
White with #D148EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D148EF; }
p { color: rgb(209,72,239); }
H1.HeaderClassName
{
color: #D148EF;
}
.AnyTagClassName
{
color: #D148EF;
}
</style>
background-color css
<style>
a { background-color: #D148EF; }
a { background-color: rgb(209,72,239); }
div.DivClassName
{
background-color: #D148EF;
}
.BgClassName
{
background-color: #D148EF;
}
</style>
border-color css
<style>
span { border-color: #D148EF; }
span { border-color: rgb(209,72,239); }
td.TdClassName
{
border-color: #D148EF;
}
.TagClassName
{
border-color: #D148EF;
}
</style>