Shades of Medium Orchid #D14BE7
Tints of Medium Orchid #D14BE7
RGB
CMYK
RGB Variations
Color information
#D14BE7 (or 0xD14BE7) is known color: Medium Orchid. HEX triplet: D1, 4B and E7. RGB value is (209,75,231). Sum of RGB (Red+Green+Blue) = 209+75+231=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 75 (29.69% from 255 or 14.56% from 515); Blue value is 231 (90.62% from 255 or 44.85% from 515); Max value from RGB is 231 - color contains mainly: blue. Hex color #D14BE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D14BE7 is #2EB418. Grayscale: #848484. Windows color (decimal): -3060761 or 15158225. OLE color: 15158225.
HSL color Cylindrical-coordinate representation of color #D14BE7: hue angle of 291.54º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D14BE7 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 75 | 231 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.09 |
| HSL | 291.54º | 0.76% | 0.6% | - |
| HSV(B) | 291.54º | 0.68% | 0.91% | - |
| XYZ | 43.23 | 24.36 | 78.02 | - |
| YUV | 132.85 | 183.39 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 75 | 231 | 0.10 | 0.68 | 0 | 0.09 | 291.54 | 0.76 | 0.6 |
| Hex | D1 | 4B | E7 | A | 44 | 0 | 9 | 124 | 4C | 3C |
| Octal | 321 | 113 | 347 | 12 | 104 | 0 | 11 | 444 | 114 | 74 |
| Binary | 11010001 | 1001011 | 11100111 | 1010 | 1000100 | 0 | 1001 | 100100100 | 1001100 | 111100 |
Color Harmonies of #D14BE7
Complementary color
Monochromatic Colors of #D14BE7
Black with #D14BE7
Text Example
Text Example
White with #D14BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14BE7; }
p { color: rgb(209,75,231); }
H1.HeaderClassName
{
color: #D14BE7;
}
.AnyTagClassName
{
color: #D14BE7;
}
</style>
background-color css
<style>
a { background-color: #D14BE7; }
a { background-color: rgb(209,75,231); }
div.DivClassName
{
background-color: #D14BE7;
}
.BgClassName
{
background-color: #D14BE7;
}
</style>
border-color css
<style>
span { border-color: #D14BE7; }
span { border-color: rgb(209,75,231); }
td.TdClassName
{
border-color: #D14BE7;
}
.TagClassName
{
border-color: #D14BE7;
}
</style>