Shades of Medium Orchid #D14BE8
Tints of Medium Orchid #D14BE8
RGB
CMYK
RGB Variations
Color information
#D14BE8 (or 0xD14BE8) is known color: Medium Orchid. HEX triplet: D1, 4B and E8. RGB value is (209,75,232). Sum of RGB (Red+Green+Blue) = 209+75+232=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 75 (29.69% from 255 or 14.53% from 516); Blue value is 232 (91.02% from 255 or 44.96% from 516); Max value from RGB is 232 - color contains mainly: blue. Hex color #D14BE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D14BE8 is #2EB417. Grayscale: #848484. Windows color (decimal): -3060760 or 15223761. OLE color: 15223761.
HSL color Cylindrical-coordinate representation of color #D14BE8: hue angle of 291.21º degrees, saturation: 0.77, 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 #D14BE8 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 75 | 232 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.09 |
| HSL | 291.21º | 0.77% | 0.6% | - |
| HSV(B) | 291.21º | 0.68% | 0.91% | - |
| XYZ | 43.38 | 24.41 | 78.77 | - |
| YUV | 132.96 | 183.89 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 75 | 232 | 0.10 | 0.68 | 0 | 0.09 | 291.21 | 0.77 | 0.6 |
| Hex | D1 | 4B | E8 | A | 44 | 0 | 9 | 123 | 4D | 3C |
| Octal | 321 | 113 | 350 | 12 | 104 | 0 | 11 | 443 | 115 | 74 |
| Binary | 11010001 | 1001011 | 11101000 | 1010 | 1000100 | 0 | 1001 | 100100011 | 1001101 | 111100 |
Color Harmonies of #D14BE8
Complementary color
Monochromatic Colors of #D14BE8
Black with #D14BE8
Text Example
Text Example
White with #D14BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14BE8; }
p { color: rgb(209,75,232); }
H1.HeaderClassName
{
color: #D14BE8;
}
.AnyTagClassName
{
color: #D14BE8;
}
</style>
background-color css
<style>
a { background-color: #D14BE8; }
a { background-color: rgb(209,75,232); }
div.DivClassName
{
background-color: #D14BE8;
}
.BgClassName
{
background-color: #D14BE8;
}
</style>
border-color css
<style>
span { border-color: #D14BE8; }
span { border-color: rgb(209,75,232); }
td.TdClassName
{
border-color: #D14BE8;
}
.TagClassName
{
border-color: #D14BE8;
}
</style>