Shades of Medium Orchid #D14CED
Tints of Medium Orchid #D14CED
RGB
CMYK
RGB Variations
Color information
#D14CED (or 0xD14CED) is known color: Medium Orchid. HEX triplet: D1, 4C and ED. RGB value is (209,76,237). Sum of RGB (Red+Green+Blue) = 209+76+237=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 76 (30.08% from 255 or 14.56% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #D14CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D14CED is #2EB312. Grayscale: #858585. Windows color (decimal): -3060499 or 15551697. OLE color: 15551697.
HSL color Cylindrical-coordinate representation of color #D14CED: hue angle of 289.57º 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 #D14CED is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 76 | 237 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.07 |
| HSL | 289.57º | 0.82% | 0.61% | - |
| HSV(B) | 289.57º | 0.68% | 0.93% | - |
| XYZ | 44.17 | 24.84 | 82.59 | - |
| YUV | 134.12 | 186.06 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 76 | 237 | 0.12 | 0.68 | 0 | 0.07 | 289.57 | 0.82 | 0.61 |
| Hex | D1 | 4C | ED | C | 44 | 0 | 7 | 122 | 52 | 3D |
| Octal | 321 | 114 | 355 | 14 | 104 | 0 | 7 | 442 | 122 | 75 |
| Binary | 11010001 | 1001100 | 11101101 | 1100 | 1000100 | 0 | 111 | 100100010 | 1010010 | 111101 |
Color Harmonies of #D14CED
Complementary color
Monochromatic Colors of #D14CED
Black with #D14CED
Text Example
Text Example
White with #D14CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14CED; }
p { color: rgb(209,76,237); }
H1.HeaderClassName
{
color: #D14CED;
}
.AnyTagClassName
{
color: #D14CED;
}
</style>
background-color css
<style>
a { background-color: #D14CED; }
a { background-color: rgb(209,76,237); }
div.DivClassName
{
background-color: #D14CED;
}
.BgClassName
{
background-color: #D14CED;
}
</style>
border-color css
<style>
span { border-color: #D14CED; }
span { border-color: rgb(209,76,237); }
td.TdClassName
{
border-color: #D14CED;
}
.TagClassName
{
border-color: #D14CED;
}
</style>