Shades of Medium Orchid #D148DF
Tints of Medium Orchid #D148DF
RGB
CMYK
RGB Variations
Color information
#D148DF (or 0xD148DF) is known color: Medium Orchid. HEX triplet: D1, 48 and DF. RGB value is (209,72,223). Sum of RGB (Red+Green+Blue) = 209+72+223=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 72 (28.52% from 255 or 14.29% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #D148DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D148DF is #2EB720. Grayscale: #818181. Windows color (decimal): -3061537 or 14633169. OLE color: 14633169.
HSL color Cylindrical-coordinate representation of color #D148DF: hue angle of 294.44º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D148DF is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 72 | 223 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.13 |
| HSL | 294.44º | 0.7% | 0.58% | - |
| HSV(B) | 294.44º | 0.68% | 0.87% | - |
| XYZ | 41.93 | 23.52 | 72.14 | - |
| YUV | 130.18 | 180.39 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 72 | 223 | 0.06 | 0.68 | 0 | 0.13 | 294.44 | 0.7 | 0.58 |
| Hex | D1 | 48 | DF | 6 | 44 | 0 | D | 126 | 46 | 3A |
| Octal | 321 | 110 | 337 | 6 | 104 | 0 | 15 | 446 | 106 | 72 |
| Binary | 11010001 | 1001000 | 11011111 | 110 | 1000100 | 0 | 1101 | 100100110 | 1000110 | 111010 |
Color Harmonies of #D148DF
Complementary color
Monochromatic Colors of #D148DF
Black with #D148DF
Text Example
Text Example
White with #D148DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D148DF; }
p { color: rgb(209,72,223); }
H1.HeaderClassName
{
color: #D148DF;
}
.AnyTagClassName
{
color: #D148DF;
}
</style>
background-color css
<style>
a { background-color: #D148DF; }
a { background-color: rgb(209,72,223); }
div.DivClassName
{
background-color: #D148DF;
}
.BgClassName
{
background-color: #D148DF;
}
</style>
border-color css
<style>
span { border-color: #D148DF; }
span { border-color: rgb(209,72,223); }
td.TdClassName
{
border-color: #D148DF;
}
.TagClassName
{
border-color: #D148DF;
}
</style>