Shades of Medium Orchid #D148E6
Tints of Medium Orchid #D148E6
RGB
CMYK
RGB Variations
Color information
#D148E6 (or 0xD148E6) is known color: Medium Orchid. HEX triplet: D1, 48 and E6. RGB value is (209,72,230). Sum of RGB (Red+Green+Blue) = 209+72+230=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 72 (28.52% from 255 or 14.09% from 511); Blue value is 230 (90.23% from 255 or 45.01% from 511); Max value from RGB is 230 - color contains mainly: blue. Hex color #D148E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D148E6 is #2EB719. Grayscale: #828282. Windows color (decimal): -3061530 or 15091921. OLE color: 15091921.
HSL color Cylindrical-coordinate representation of color #D148E6: hue angle of 292.03º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D148E6 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 72 | 230 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.10 |
| HSL | 292.03º | 0.76% | 0.59% | - |
| HSV(B) | 292.03º | 0.69% | 0.9% | - |
| XYZ | 42.89 | 23.9 | 77.22 | - |
| YUV | 130.98 | 183.89 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 72 | 230 | 0.09 | 0.69 | 0 | 0.10 | 292.03 | 0.76 | 0.59 |
| Hex | D1 | 48 | E6 | 9 | 45 | 0 | A | 124 | 4C | 3B |
| Octal | 321 | 110 | 346 | 11 | 105 | 0 | 12 | 444 | 114 | 73 |
| Binary | 11010001 | 1001000 | 11100110 | 1001 | 1000101 | 0 | 1010 | 100100100 | 1001100 | 111011 |
Color Harmonies of #D148E6
Complementary color
Monochromatic Colors of #D148E6
Black with #D148E6
Text Example
Text Example
White with #D148E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D148E6; }
p { color: rgb(209,72,230); }
H1.HeaderClassName
{
color: #D148E6;
}
.AnyTagClassName
{
color: #D148E6;
}
</style>
background-color css
<style>
a { background-color: #D148E6; }
a { background-color: rgb(209,72,230); }
div.DivClassName
{
background-color: #D148E6;
}
.BgClassName
{
background-color: #D148E6;
}
</style>
border-color css
<style>
span { border-color: #D148E6; }
span { border-color: rgb(209,72,230); }
td.TdClassName
{
border-color: #D148E6;
}
.TagClassName
{
border-color: #D148E6;
}
</style>