Shades of Medium Orchid #D14BE0
Tints of Medium Orchid #D14BE0
RGB
CMYK
RGB Variations
Color information
#D14BE0 (or 0xD14BE0) is known color: Medium Orchid. HEX triplet: D1, 4B and E0. RGB value is (209,75,224). Sum of RGB (Red+Green+Blue) = 209+75+224=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 75 (29.69% from 255 or 14.76% from 508); Blue value is 224 (87.89% from 255 or 44.09% from 508); Max value from RGB is 224 - color contains mainly: blue. Hex color #D14BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14BE0 is #2EB41F. Grayscale: #838383. Windows color (decimal): -3060768 or 14699473. OLE color: 14699473.
HSL color Cylindrical-coordinate representation of color #D14BE0: hue angle of 293.96º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14BE0 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 75 | 224 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.12 |
| HSL | 293.96º | 0.71% | 0.59% | - |
| HSV(B) | 293.96º | 0.67% | 0.88% | - |
| XYZ | 42.27 | 23.97 | 72.92 | - |
| YUV | 132.05 | 179.89 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 75 | 224 | 0.07 | 0.67 | 0 | 0.12 | 293.96 | 0.71 | 0.59 |
| Hex | D1 | 4B | E0 | 7 | 43 | 0 | C | 126 | 47 | 3B |
| Octal | 321 | 113 | 340 | 7 | 103 | 0 | 14 | 446 | 107 | 73 |
| Binary | 11010001 | 1001011 | 11100000 | 111 | 1000011 | 0 | 1100 | 100100110 | 1000111 | 111011 |
Color Harmonies of #D14BE0
Complementary color
Monochromatic Colors of #D14BE0
Black with #D14BE0
Text Example
Text Example
White with #D14BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14BE0; }
p { color: rgb(209,75,224); }
H1.HeaderClassName
{
color: #D14BE0;
}
.AnyTagClassName
{
color: #D14BE0;
}
</style>
background-color css
<style>
a { background-color: #D14BE0; }
a { background-color: rgb(209,75,224); }
div.DivClassName
{
background-color: #D14BE0;
}
.BgClassName
{
background-color: #D14BE0;
}
</style>
border-color css
<style>
span { border-color: #D14BE0; }
span { border-color: rgb(209,75,224); }
td.TdClassName
{
border-color: #D14BE0;
}
.TagClassName
{
border-color: #D14BE0;
}
</style>