Shades of Medium Orchid #D148F0
Tints of Medium Orchid #D148F0
RGB
CMYK
RGB Variations
Color information
#D148F0 (or 0xD148F0) is known color: Medium Orchid. HEX triplet: D1, 48 and F0. RGB value is (209,72,240). Sum of RGB (Red+Green+Blue) = 209+72+240=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 72 (28.52% from 255 or 13.82% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 240 - color contains mainly: blue. Hex color #D148F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D148F0 is #2EB70F. Grayscale: #838383. Windows color (decimal): -3061520 or 15747281. OLE color: 15747281.
HSL color Cylindrical-coordinate representation of color #D148F0: hue angle of 288.93º degrees, saturation: 0.85, 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 #D148F0 is Cyan = 0.13, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 72 | 240 | - |
| CMYK | 0.13 | 0.7 | 0 | 0.06 |
| HSL | 288.93º | 0.85% | 0.61% | - |
| HSV(B) | 288.93º | 0.7% | 0.94% | - |
| XYZ | 44.34 | 24.48 | 84.83 | - |
| YUV | 132.12 | 188.89 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 72 | 240 | 0.13 | 0.7 | 0 | 0.06 | 288.93 | 0.85 | 0.61 |
| Hex | D1 | 48 | F0 | D | 46 | 0 | 6 | 121 | 55 | 3D |
| Octal | 321 | 110 | 360 | 15 | 106 | 0 | 6 | 441 | 125 | 75 |
| Binary | 11010001 | 1001000 | 11110000 | 1101 | 1000110 | 0 | 110 | 100100001 | 1010101 | 111101 |
Color Harmonies of #D148F0
Complementary color
Monochromatic Colors of #D148F0
Black with #D148F0
Text Example
Text Example
White with #D148F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D148F0; }
p { color: rgb(209,72,240); }
H1.HeaderClassName
{
color: #D148F0;
}
.AnyTagClassName
{
color: #D148F0;
}
</style>
background-color css
<style>
a { background-color: #D148F0; }
a { background-color: rgb(209,72,240); }
div.DivClassName
{
background-color: #D148F0;
}
.BgClassName
{
background-color: #D148F0;
}
</style>
border-color css
<style>
span { border-color: #D148F0; }
span { border-color: rgb(209,72,240); }
td.TdClassName
{
border-color: #D148F0;
}
.TagClassName
{
border-color: #D148F0;
}
</style>