Shades of Medium Orchid #D149E8
Tints of Medium Orchid #D149E8
RGB
CMYK
RGB Variations
Color information
#D149E8 (or 0xD149E8) is known color: Medium Orchid. HEX triplet: D1, 49 and E8. RGB value is (209,73,232). Sum of RGB (Red+Green+Blue) = 209+73+232=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 73 (28.91% from 255 or 14.20% from 514); Blue value is 232 (91.02% from 255 or 45.14% from 514); Max value from RGB is 232 - color contains mainly: blue. Hex color #D149E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D149E8 is #2EB617. Grayscale: #838383. Windows color (decimal): -3061272 or 15223249. OLE color: 15223249.
HSL color Cylindrical-coordinate representation of color #D149E8: hue angle of 291.32º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D149E8 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 73 | 232 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.09 |
| HSL | 291.32º | 0.78% | 0.6% | - |
| HSV(B) | 291.32º | 0.69% | 0.91% | - |
| XYZ | 43.24 | 24.15 | 78.73 | - |
| YUV | 131.79 | 184.56 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 232 | 0.10 | 0.69 | 0 | 0.09 | 291.32 | 0.78 | 0.6 |
| Hex | D1 | 49 | E8 | A | 45 | 0 | 9 | 123 | 4E | 3C |
| Octal | 321 | 111 | 350 | 12 | 105 | 0 | 11 | 443 | 116 | 74 |
| Binary | 11010001 | 1001001 | 11101000 | 1010 | 1000101 | 0 | 1001 | 100100011 | 1001110 | 111100 |
Color Harmonies of #D149E8
Complementary color
Monochromatic Colors of #D149E8
Black with #D149E8
Text Example
Text Example
White with #D149E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D149E8; }
p { color: rgb(209,73,232); }
H1.HeaderClassName
{
color: #D149E8;
}
.AnyTagClassName
{
color: #D149E8;
}
</style>
background-color css
<style>
a { background-color: #D149E8; }
a { background-color: rgb(209,73,232); }
div.DivClassName
{
background-color: #D149E8;
}
.BgClassName
{
background-color: #D149E8;
}
</style>
border-color css
<style>
span { border-color: #D149E8; }
span { border-color: rgb(209,73,232); }
td.TdClassName
{
border-color: #D149E8;
}
.TagClassName
{
border-color: #D149E8;
}
</style>