Shades of Medium Orchid #D14CEB
Tints of Medium Orchid #D14CEB
RGB
CMYK
RGB Variations
Color information
#D14CEB (or 0xD14CEB) is known color: Medium Orchid. HEX triplet: D1, 4C and EB. RGB value is (209,76,235). Sum of RGB (Red+Green+Blue) = 209+76+235=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 76 (30.08% from 255 or 14.62% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #D14CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D14CEB is #2EB314. Grayscale: #858585. Windows color (decimal): -3060501 or 15420625. OLE color: 15420625.
HSL color Cylindrical-coordinate representation of color #D14CEB: hue angle of 290.19º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D14CEB is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 76 | 235 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.08 |
| HSL | 290.19º | 0.8% | 0.61% | - |
| HSV(B) | 290.19º | 0.68% | 0.92% | - |
| XYZ | 43.87 | 24.72 | 81.06 | - |
| YUV | 133.89 | 185.06 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 76 | 235 | 0.11 | 0.68 | 0 | 0.08 | 290.19 | 0.8 | 0.61 |
| Hex | D1 | 4C | EB | B | 44 | 0 | 8 | 122 | 50 | 3D |
| Octal | 321 | 114 | 353 | 13 | 104 | 0 | 10 | 442 | 120 | 75 |
| Binary | 11010001 | 1001100 | 11101011 | 1011 | 1000100 | 0 | 1000 | 100100010 | 1010000 | 111101 |
Color Harmonies of #D14CEB
Complementary color
Monochromatic Colors of #D14CEB
Black with #D14CEB
Text Example
Text Example
White with #D14CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14CEB; }
p { color: rgb(209,76,235); }
H1.HeaderClassName
{
color: #D14CEB;
}
.AnyTagClassName
{
color: #D14CEB;
}
</style>
background-color css
<style>
a { background-color: #D14CEB; }
a { background-color: rgb(209,76,235); }
div.DivClassName
{
background-color: #D14CEB;
}
.BgClassName
{
background-color: #D14CEB;
}
</style>
border-color css
<style>
span { border-color: #D14CEB; }
span { border-color: rgb(209,76,235); }
td.TdClassName
{
border-color: #D14CEB;
}
.TagClassName
{
border-color: #D14CEB;
}
</style>