Shades of Medium Orchid #D148E7
Tints of Medium Orchid #D148E7
RGB
CMYK
RGB Variations
Color information
#D148E7 (or 0xD148E7) is known color: Medium Orchid. HEX triplet: D1, 48 and E7. RGB value is (209,72,231). Sum of RGB (Red+Green+Blue) = 209+72+231=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 72 (28.52% from 255 or 14.06% from 512); Blue value is 231 (90.62% from 255 or 45.12% from 512); Max value from RGB is 231 - color contains mainly: blue. Hex color #D148E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D148E7 is #2EB718. Grayscale: #828282. Windows color (decimal): -3061529 or 15157457. OLE color: 15157457.
HSL color Cylindrical-coordinate representation of color #D148E7: hue angle of 291.7º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D148E7 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 72 | 231 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.09 |
| HSL | 291.7º | 0.77% | 0.59% | - |
| HSV(B) | 291.7º | 0.69% | 0.91% | - |
| XYZ | 43.04 | 23.96 | 77.96 | - |
| YUV | 131.09 | 184.39 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 72 | 231 | 0.10 | 0.69 | 0 | 0.09 | 291.7 | 0.77 | 0.59 |
| Hex | D1 | 48 | E7 | A | 45 | 0 | 9 | 124 | 4D | 3B |
| Octal | 321 | 110 | 347 | 12 | 105 | 0 | 11 | 444 | 115 | 73 |
| Binary | 11010001 | 1001000 | 11100111 | 1010 | 1000101 | 0 | 1001 | 100100100 | 1001101 | 111011 |
Color Harmonies of #D148E7
Complementary color
Monochromatic Colors of #D148E7
Black with #D148E7
Text Example
Text Example
White with #D148E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D148E7; }
p { color: rgb(209,72,231); }
H1.HeaderClassName
{
color: #D148E7;
}
.AnyTagClassName
{
color: #D148E7;
}
</style>
background-color css
<style>
a { background-color: #D148E7; }
a { background-color: rgb(209,72,231); }
div.DivClassName
{
background-color: #D148E7;
}
.BgClassName
{
background-color: #D148E7;
}
</style>
border-color css
<style>
span { border-color: #D148E7; }
span { border-color: rgb(209,72,231); }
td.TdClassName
{
border-color: #D148E7;
}
.TagClassName
{
border-color: #D148E7;
}
</style>