Shades of Medium Orchid #D14CE9
Tints of Medium Orchid #D14CE9
RGB
CMYK
RGB Variations
Color information
#D14CE9 (or 0xD14CE9) is known color: Medium Orchid. HEX triplet: D1, 4C and E9. RGB value is (209,76,233). Sum of RGB (Red+Green+Blue) = 209+76+233=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 76 (30.08% from 255 or 14.67% from 518); Blue value is 233 (91.41% from 255 or 44.98% from 518); Max value from RGB is 233 - color contains mainly: blue. Hex color #D14CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D14CE9 is #2EB316. Grayscale: #858585. Windows color (decimal): -3060503 or 15289553. OLE color: 15289553.
HSL color Cylindrical-coordinate representation of color #D14CE9: hue angle of 290.83º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14CE9 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 76 | 233 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.09 |
| HSL | 290.83º | 0.78% | 0.61% | - |
| HSV(B) | 290.83º | 0.67% | 0.91% | - |
| XYZ | 43.59 | 24.61 | 79.54 | - |
| YUV | 133.67 | 184.06 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 76 | 233 | 0.10 | 0.67 | 0 | 0.09 | 290.83 | 0.78 | 0.61 |
| Hex | D1 | 4C | E9 | A | 43 | 0 | 9 | 123 | 4E | 3D |
| Octal | 321 | 114 | 351 | 12 | 103 | 0 | 11 | 443 | 116 | 75 |
| Binary | 11010001 | 1001100 | 11101001 | 1010 | 1000011 | 0 | 1001 | 100100011 | 1001110 | 111101 |
Color Harmonies of #D14CE9
Complementary color
Monochromatic Colors of #D14CE9
Black with #D14CE9
Text Example
Text Example
White with #D14CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14CE9; }
p { color: rgb(209,76,233); }
H1.HeaderClassName
{
color: #D14CE9;
}
.AnyTagClassName
{
color: #D14CE9;
}
</style>
background-color css
<style>
a { background-color: #D14CE9; }
a { background-color: rgb(209,76,233); }
div.DivClassName
{
background-color: #D14CE9;
}
.BgClassName
{
background-color: #D14CE9;
}
</style>
border-color css
<style>
span { border-color: #D14CE9; }
span { border-color: rgb(209,76,233); }
td.TdClassName
{
border-color: #D14CE9;
}
.TagClassName
{
border-color: #D14CE9;
}
</style>