Shades of Medium Orchid #D149E0
Tints of Medium Orchid #D149E0
RGB
CMYK
RGB Variations
Color information
#D149E0 (or 0xD149E0) is known color: Medium Orchid. HEX triplet: D1, 49 and E0. RGB value is (209,73,224). Sum of RGB (Red+Green+Blue) = 209+73+224=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 73 (28.91% from 255 or 14.43% from 506); Blue value is 224 (87.89% from 255 or 44.27% from 506); Max value from RGB is 224 - color contains mainly: blue. Hex color #D149E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D149E0 is #2EB61F. Grayscale: #828282. Windows color (decimal): -3061280 or 14698961. OLE color: 14698961.
HSL color Cylindrical-coordinate representation of color #D149E0: hue angle of 294.04º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D149E0 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 73 | 224 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.12 |
| HSL | 294.04º | 0.71% | 0.58% | - |
| HSV(B) | 294.04º | 0.67% | 0.88% | - |
| XYZ | 42.13 | 23.7 | 72.88 | - |
| YUV | 130.88 | 180.56 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 224 | 0.07 | 0.67 | 0 | 0.12 | 294.04 | 0.71 | 0.58 |
| Hex | D1 | 49 | E0 | 7 | 43 | 0 | C | 126 | 47 | 3A |
| Octal | 321 | 111 | 340 | 7 | 103 | 0 | 14 | 446 | 107 | 72 |
| Binary | 11010001 | 1001001 | 11100000 | 111 | 1000011 | 0 | 1100 | 100100110 | 1000111 | 111010 |
Color Harmonies of #D149E0
Complementary color
Monochromatic Colors of #D149E0
Black with #D149E0
Text Example
Text Example
White with #D149E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D149E0; }
p { color: rgb(209,73,224); }
H1.HeaderClassName
{
color: #D149E0;
}
.AnyTagClassName
{
color: #D149E0;
}
</style>
background-color css
<style>
a { background-color: #D149E0; }
a { background-color: rgb(209,73,224); }
div.DivClassName
{
background-color: #D149E0;
}
.BgClassName
{
background-color: #D149E0;
}
</style>
border-color css
<style>
span { border-color: #D149E0; }
span { border-color: rgb(209,73,224); }
td.TdClassName
{
border-color: #D149E0;
}
.TagClassName
{
border-color: #D149E0;
}
</style>