Shades of Medium Orchid #D14BED
Tints of Medium Orchid #D14BED
RGB
CMYK
RGB Variations
Color information
#D14BED (or 0xD14BED) is known color: Medium Orchid. HEX triplet: D1, 4B and ED. RGB value is (209,75,237). Sum of RGB (Red+Green+Blue) = 209+75+237=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 75 (29.69% from 255 or 14.40% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #D14BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D14BED is #2EB412. Grayscale: #858585. Windows color (decimal): -3060755 or 15551441. OLE color: 15551441.
HSL color Cylindrical-coordinate representation of color #D14BED: hue angle of 289.63º degrees, saturation: 0.82, 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 #D14BED is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 75 | 237 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.07 |
| HSL | 289.63º | 0.82% | 0.61% | - |
| HSV(B) | 289.63º | 0.68% | 0.93% | - |
| XYZ | 44.1 | 24.7 | 82.56 | - |
| YUV | 133.53 | 186.39 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 75 | 237 | 0.12 | 0.68 | 0 | 0.07 | 289.63 | 0.82 | 0.61 |
| Hex | D1 | 4B | ED | C | 44 | 0 | 7 | 122 | 52 | 3D |
| Octal | 321 | 113 | 355 | 14 | 104 | 0 | 7 | 442 | 122 | 75 |
| Binary | 11010001 | 1001011 | 11101101 | 1100 | 1000100 | 0 | 111 | 100100010 | 1010010 | 111101 |
Color Harmonies of #D14BED
Complementary color
Monochromatic Colors of #D14BED
Black with #D14BED
Text Example
Text Example
White with #D14BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14BED; }
p { color: rgb(209,75,237); }
H1.HeaderClassName
{
color: #D14BED;
}
.AnyTagClassName
{
color: #D14BED;
}
</style>
background-color css
<style>
a { background-color: #D14BED; }
a { background-color: rgb(209,75,237); }
div.DivClassName
{
background-color: #D14BED;
}
.BgClassName
{
background-color: #D14BED;
}
</style>
border-color css
<style>
span { border-color: #D14BED; }
span { border-color: rgb(209,75,237); }
td.TdClassName
{
border-color: #D14BED;
}
.TagClassName
{
border-color: #D14BED;
}
</style>