Shades of Medium Orchid #D143DD
Tints of Medium Orchid #D143DD
RGB
CMYK
RGB Variations
Color information
#D143DD (or 0xD143DD) is known color: Medium Orchid. HEX triplet: D1, 43 and DD. RGB value is (209,67,221). Sum of RGB (Red+Green+Blue) = 209+67+221=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 67 (26.56% from 255 or 13.48% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #D143DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D143DD is #2EBC22. Grayscale: #7E7E7E. Windows color (decimal): -3062819 or 14500817. OLE color: 14500817.
HSL color Cylindrical-coordinate representation of color #D143DD: hue angle of 295.32º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D143DD is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 67 | 221 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.13 |
| HSL | 295.32º | 0.69% | 0.56% | - |
| HSV(B) | 295.32º | 0.7% | 0.87% | - |
| XYZ | 41.35 | 22.79 | 70.63 | - |
| YUV | 127.01 | 181.04 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 221 | 0.05 | 0.70 | 0 | 0.13 | 295.32 | 0.69 | 0.56 |
| Hex | D1 | 43 | DD | 5 | 46 | 0 | D | 127 | 45 | 38 |
| Octal | 321 | 103 | 335 | 5 | 106 | 0 | 15 | 447 | 105 | 70 |
| Binary | 11010001 | 1000011 | 11011101 | 101 | 1000110 | 0 | 1101 | 100100111 | 1000101 | 111000 |
Color Harmonies of #D143DD
Complementary color
Monochromatic Colors of #D143DD
Black with #D143DD
Text Example
Text Example
White with #D143DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D143DD; }
p { color: rgb(209,67,221); }
H1.HeaderClassName
{
color: #D143DD;
}
.AnyTagClassName
{
color: #D143DD;
}
</style>
background-color css
<style>
a { background-color: #D143DD; }
a { background-color: rgb(209,67,221); }
div.DivClassName
{
background-color: #D143DD;
}
.BgClassName
{
background-color: #D143DD;
}
</style>
border-color css
<style>
span { border-color: #D143DD; }
span { border-color: rgb(209,67,221); }
td.TdClassName
{
border-color: #D143DD;
}
.TagClassName
{
border-color: #D143DD;
}
</style>