Shades of Medium Orchid #D141DB
Tints of Medium Orchid #D141DB
RGB
CMYK
RGB Variations
Color information
#D141DB (or 0xD141DB) is known color: Medium Orchid. HEX triplet: D1, 41 and DB. RGB value is (209,65,219). Sum of RGB (Red+Green+Blue) = 209+65+219=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 65 (25.78% from 255 or 13.18% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #D141DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D141DB is #2EBE24. Grayscale: #7D7D7D. Windows color (decimal): -3063333 or 14369233. OLE color: 14369233.
HSL color Cylindrical-coordinate representation of color #D141DB: hue angle of 296.1º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D141DB is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 65 | 219 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.14 |
| HSL | 296.1º | 0.68% | 0.56% | - |
| HSV(B) | 296.1º | 0.7% | 0.86% | - |
| XYZ | 40.97 | 22.45 | 69.19 | - |
| YUV | 125.61 | 180.71 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 219 | 0.05 | 0.70 | 0 | 0.14 | 296.1 | 0.68 | 0.56 |
| Hex | D1 | 41 | DB | 5 | 46 | 0 | E | 128 | 44 | 38 |
| Octal | 321 | 101 | 333 | 5 | 106 | 0 | 16 | 450 | 104 | 70 |
| Binary | 11010001 | 1000001 | 11011011 | 101 | 1000110 | 0 | 1110 | 100101000 | 1000100 | 111000 |
Color Harmonies of #D141DB
Complementary color
Monochromatic Colors of #D141DB
Black with #D141DB
Text Example
Text Example
White with #D141DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D141DB; }
p { color: rgb(209,65,219); }
H1.HeaderClassName
{
color: #D141DB;
}
.AnyTagClassName
{
color: #D141DB;
}
</style>
background-color css
<style>
a { background-color: #D141DB; }
a { background-color: rgb(209,65,219); }
div.DivClassName
{
background-color: #D141DB;
}
.BgClassName
{
background-color: #D141DB;
}
</style>
border-color css
<style>
span { border-color: #D141DB; }
span { border-color: rgb(209,65,219); }
td.TdClassName
{
border-color: #D141DB;
}
.TagClassName
{
border-color: #D141DB;
}
</style>