Shades of Medium Orchid #D148ED
Tints of Medium Orchid #D148ED
RGB
CMYK
RGB Variations
Color information
#D148ED (or 0xD148ED) is known color: Medium Orchid. HEX triplet: D1, 48 and ED. RGB value is (209,72,237). Sum of RGB (Red+Green+Blue) = 209+72+237=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 72 (28.52% from 255 or 13.90% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #D148ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D148ED is #2EB712. Grayscale: #838383. Windows color (decimal): -3061523 or 15550673. OLE color: 15550673.
HSL color Cylindrical-coordinate representation of color #D148ED: hue angle of 289.82º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D148ED is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 72 | 237 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.07 |
| HSL | 289.82º | 0.82% | 0.61% | - |
| HSV(B) | 289.82º | 0.7% | 0.93% | - |
| XYZ | 43.9 | 24.3 | 82.5 | - |
| YUV | 131.77 | 187.39 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 72 | 237 | 0.12 | 0.70 | 0 | 0.07 | 289.82 | 0.82 | 0.61 |
| Hex | D1 | 48 | ED | C | 46 | 0 | 7 | 122 | 52 | 3D |
| Octal | 321 | 110 | 355 | 14 | 106 | 0 | 7 | 442 | 122 | 75 |
| Binary | 11010001 | 1001000 | 11101101 | 1100 | 1000110 | 0 | 111 | 100100010 | 1010010 | 111101 |
Color Harmonies of #D148ED
Complementary color
Monochromatic Colors of #D148ED
Black with #D148ED
Text Example
Text Example
White with #D148ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D148ED; }
p { color: rgb(209,72,237); }
H1.HeaderClassName
{
color: #D148ED;
}
.AnyTagClassName
{
color: #D148ED;
}
</style>
background-color css
<style>
a { background-color: #D148ED; }
a { background-color: rgb(209,72,237); }
div.DivClassName
{
background-color: #D148ED;
}
.BgClassName
{
background-color: #D148ED;
}
</style>
border-color css
<style>
span { border-color: #D148ED; }
span { border-color: rgb(209,72,237); }
td.TdClassName
{
border-color: #D148ED;
}
.TagClassName
{
border-color: #D148ED;
}
</style>