Shades of Medium Orchid #D14BEF
Tints of Medium Orchid #D14BEF
RGB
CMYK
RGB Variations
Color information
#D14BEF (or 0xD14BEF) is known color: Medium Orchid. HEX triplet: D1, 4B and EF. RGB value is (209,75,239). Sum of RGB (Red+Green+Blue) = 209+75+239=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 75 (29.69% from 255 or 14.34% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #D14BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D14BEF is #2EB410. Grayscale: #858585. Windows color (decimal): -3060753 or 15682513. OLE color: 15682513.
HSL color Cylindrical-coordinate representation of color #D14BEF: hue angle of 289.02º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D14BEF is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 75 | 239 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.06 |
| HSL | 289.02º | 0.84% | 0.62% | - |
| HSV(B) | 289.02º | 0.69% | 0.94% | - |
| XYZ | 44.39 | 24.82 | 84.11 | - |
| YUV | 133.76 | 187.39 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 75 | 239 | 0.13 | 0.69 | 0 | 0.06 | 289.02 | 0.84 | 0.62 |
| Hex | D1 | 4B | EF | D | 45 | 0 | 6 | 121 | 54 | 3E |
| Octal | 321 | 113 | 357 | 15 | 105 | 0 | 6 | 441 | 124 | 76 |
| Binary | 11010001 | 1001011 | 11101111 | 1101 | 1000101 | 0 | 110 | 100100001 | 1010100 | 111110 |
Color Harmonies of #D14BEF
Complementary color
Monochromatic Colors of #D14BEF
Black with #D14BEF
Text Example
Text Example
White with #D14BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14BEF; }
p { color: rgb(209,75,239); }
H1.HeaderClassName
{
color: #D14BEF;
}
.AnyTagClassName
{
color: #D14BEF;
}
</style>
background-color css
<style>
a { background-color: #D14BEF; }
a { background-color: rgb(209,75,239); }
div.DivClassName
{
background-color: #D14BEF;
}
.BgClassName
{
background-color: #D14BEF;
}
</style>
border-color css
<style>
span { border-color: #D14BEF; }
span { border-color: rgb(209,75,239); }
td.TdClassName
{
border-color: #D14BEF;
}
.TagClassName
{
border-color: #D14BEF;
}
</style>