Shades of Medium Orchid #D149E1
Tints of Medium Orchid #D149E1
RGB
CMYK
RGB Variations
Color information
#D149E1 (or 0xD149E1) is known color: Medium Orchid. HEX triplet: D1, 49 and E1. RGB value is (209,73,225). Sum of RGB (Red+Green+Blue) = 209+73+225=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 73 (28.91% from 255 or 14.40% from 507); Blue value is 225 (88.28% from 255 or 44.38% from 507); Max value from RGB is 225 - color contains mainly: blue. Hex color #D149E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D149E1 is #2EB61E. Grayscale: #828282. Windows color (decimal): -3061279 or 14764497. OLE color: 14764497.
HSL color Cylindrical-coordinate representation of color #D149E1: hue angle of 293.68º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D149E1 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 73 | 225 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.12 |
| HSL | 293.68º | 0.72% | 0.58% | - |
| HSV(B) | 293.68º | 0.68% | 0.88% | - |
| XYZ | 42.27 | 23.76 | 73.59 | - |
| YUV | 130.99 | 181.06 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 225 | 0.07 | 0.68 | 0 | 0.12 | 293.68 | 0.72 | 0.58 |
| Hex | D1 | 49 | E1 | 7 | 44 | 0 | C | 126 | 48 | 3A |
| Octal | 321 | 111 | 341 | 7 | 104 | 0 | 14 | 446 | 110 | 72 |
| Binary | 11010001 | 1001001 | 11100001 | 111 | 1000100 | 0 | 1100 | 100100110 | 1001000 | 111010 |
Color Harmonies of #D149E1
Complementary color
Monochromatic Colors of #D149E1
Black with #D149E1
Text Example
Text Example
White with #D149E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D149E1; }
p { color: rgb(209,73,225); }
H1.HeaderClassName
{
color: #D149E1;
}
.AnyTagClassName
{
color: #D149E1;
}
</style>
background-color css
<style>
a { background-color: #D149E1; }
a { background-color: rgb(209,73,225); }
div.DivClassName
{
background-color: #D149E1;
}
.BgClassName
{
background-color: #D149E1;
}
</style>
border-color css
<style>
span { border-color: #D149E1; }
span { border-color: rgb(209,73,225); }
td.TdClassName
{
border-color: #D149E1;
}
.TagClassName
{
border-color: #D149E1;
}
</style>