Shades of Medium Orchid #D149EB
Tints of Medium Orchid #D149EB
RGB
CMYK
RGB Variations
Color information
#D149EB (or 0xD149EB) is known color: Medium Orchid. HEX triplet: D1, 49 and EB. RGB value is (209,73,235). Sum of RGB (Red+Green+Blue) = 209+73+235=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 73 (28.91% from 255 or 14.12% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #D149EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D149EB is #2EB614. Grayscale: #838383. Windows color (decimal): -3061269 or 15419857. OLE color: 15419857.
HSL color Cylindrical-coordinate representation of color #D149EB: hue angle of 290.37º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D149EB is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 73 | 235 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.08 |
| HSL | 290.37º | 0.8% | 0.6% | - |
| HSV(B) | 290.37º | 0.69% | 0.92% | - |
| XYZ | 43.67 | 24.32 | 80.99 | - |
| YUV | 132.13 | 186.06 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 235 | 0.11 | 0.69 | 0 | 0.08 | 290.37 | 0.8 | 0.6 |
| Hex | D1 | 49 | EB | B | 45 | 0 | 8 | 122 | 50 | 3C |
| Octal | 321 | 111 | 353 | 13 | 105 | 0 | 10 | 442 | 120 | 74 |
| Binary | 11010001 | 1001001 | 11101011 | 1011 | 1000101 | 0 | 1000 | 100100010 | 1010000 | 111100 |
Color Harmonies of #D149EB
Complementary color
Monochromatic Colors of #D149EB
Black with #D149EB
Text Example
Text Example
White with #D149EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D149EB; }
p { color: rgb(209,73,235); }
H1.HeaderClassName
{
color: #D149EB;
}
.AnyTagClassName
{
color: #D149EB;
}
</style>
background-color css
<style>
a { background-color: #D149EB; }
a { background-color: rgb(209,73,235); }
div.DivClassName
{
background-color: #D149EB;
}
.BgClassName
{
background-color: #D149EB;
}
</style>
border-color css
<style>
span { border-color: #D149EB; }
span { border-color: rgb(209,73,235); }
td.TdClassName
{
border-color: #D149EB;
}
.TagClassName
{
border-color: #D149EB;
}
</style>