Shades of Medium Orchid #D14BE1
Tints of Medium Orchid #D14BE1
RGB
CMYK
RGB Variations
Color information
#D14BE1 (or 0xD14BE1) is known color: Medium Orchid. HEX triplet: D1, 4B and E1. RGB value is (209,75,225). Sum of RGB (Red+Green+Blue) = 209+75+225=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 75 (29.69% from 255 or 14.73% from 509); Blue value is 225 (88.28% from 255 or 44.20% from 509); Max value from RGB is 225 - color contains mainly: blue. Hex color #D14BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14BE1 is #2EB41E. Grayscale: #838383. Windows color (decimal): -3060767 or 14765009. OLE color: 14765009.
HSL color Cylindrical-coordinate representation of color #D14BE1: hue angle of 293.6º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14BE1 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 75 | 225 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.12 |
| HSL | 293.6º | 0.71% | 0.59% | - |
| HSV(B) | 293.6º | 0.67% | 0.88% | - |
| XYZ | 42.4 | 24.02 | 73.64 | - |
| YUV | 132.17 | 180.39 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 75 | 225 | 0.07 | 0.67 | 0 | 0.12 | 293.6 | 0.71 | 0.59 |
| Hex | D1 | 4B | E1 | 7 | 43 | 0 | C | 126 | 47 | 3B |
| Octal | 321 | 113 | 341 | 7 | 103 | 0 | 14 | 446 | 107 | 73 |
| Binary | 11010001 | 1001011 | 11100001 | 111 | 1000011 | 0 | 1100 | 100100110 | 1000111 | 111011 |
Color Harmonies of #D14BE1
Complementary color
Monochromatic Colors of #D14BE1
Black with #D14BE1
Text Example
Text Example
White with #D14BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14BE1; }
p { color: rgb(209,75,225); }
H1.HeaderClassName
{
color: #D14BE1;
}
.AnyTagClassName
{
color: #D14BE1;
}
</style>
background-color css
<style>
a { background-color: #D14BE1; }
a { background-color: rgb(209,75,225); }
div.DivClassName
{
background-color: #D14BE1;
}
.BgClassName
{
background-color: #D14BE1;
}
</style>
border-color css
<style>
span { border-color: #D14BE1; }
span { border-color: rgb(209,75,225); }
td.TdClassName
{
border-color: #D14BE1;
}
.TagClassName
{
border-color: #D14BE1;
}
</style>