Shades of Medium Orchid #D14BEC
Tints of Medium Orchid #D14BEC
RGB
CMYK
RGB Variations
Color information
#D14BEC (or 0xD14BEC) is known color: Medium Orchid. HEX triplet: D1, 4B and EC. RGB value is (209,75,236). Sum of RGB (Red+Green+Blue) = 209+75+236=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 75 (29.69% from 255 or 14.42% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #D14BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D14BEC is #2EB413. Grayscale: #848484. Windows color (decimal): -3060756 or 15485905. OLE color: 15485905.
HSL color Cylindrical-coordinate representation of color #D14BEC: hue angle of 289.94º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D14BEC is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 75 | 236 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.07 |
| HSL | 289.94º | 0.81% | 0.61% | - |
| HSV(B) | 289.94º | 0.68% | 0.93% | - |
| XYZ | 43.95 | 24.64 | 81.8 | - |
| YUV | 133.42 | 185.89 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 75 | 236 | 0.11 | 0.68 | 0 | 0.07 | 289.94 | 0.81 | 0.61 |
| Hex | D1 | 4B | EC | B | 44 | 0 | 7 | 122 | 51 | 3D |
| Octal | 321 | 113 | 354 | 13 | 104 | 0 | 7 | 442 | 121 | 75 |
| Binary | 11010001 | 1001011 | 11101100 | 1011 | 1000100 | 0 | 111 | 100100010 | 1010001 | 111101 |
Color Harmonies of #D14BEC
Complementary color
Monochromatic Colors of #D14BEC
Black with #D14BEC
Text Example
Text Example
White with #D14BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14BEC; }
p { color: rgb(209,75,236); }
H1.HeaderClassName
{
color: #D14BEC;
}
.AnyTagClassName
{
color: #D14BEC;
}
</style>
background-color css
<style>
a { background-color: #D14BEC; }
a { background-color: rgb(209,75,236); }
div.DivClassName
{
background-color: #D14BEC;
}
.BgClassName
{
background-color: #D14BEC;
}
</style>
border-color css
<style>
span { border-color: #D14BEC; }
span { border-color: rgb(209,75,236); }
td.TdClassName
{
border-color: #D14BEC;
}
.TagClassName
{
border-color: #D14BEC;
}
</style>