Shades of Medium Orchid #D140F6
Tints of Medium Orchid #D140F6
RGB
CMYK
RGB Variations
Color information
#D140F6 (or 0xD140F6) is known color: Medium Orchid. HEX triplet: D1, 40 and F6. RGB value is (209,64,246). Sum of RGB (Red+Green+Blue) = 209+64+246=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 64 (25.39% from 255 or 12.33% from 519); Blue value is 246 (96.48% from 255 or 47.40% from 519); Max value from RGB is 246 - color contains mainly: blue. Hex color #D140F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D140F6 is #2EBF09. Grayscale: #7F7F7F. Windows color (decimal): -3063562 or 16138449. OLE color: 16138449.
HSL color Cylindrical-coordinate representation of color #D140F6: hue angle of 287.8º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D140F6 is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 64 | 246 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.04 |
| HSL | 287.8º | 0.91% | 0.61% | - |
| HSV(B) | 287.8º | 0.74% | 0.96% | - |
| XYZ | 44.76 | 23.88 | 89.44 | - |
| YUV | 128.1 | 194.54 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 246 | 0.15 | 0.74 | 0 | 0.04 | 287.8 | 0.91 | 0.61 |
| Hex | D1 | 40 | F6 | F | 4A | 0 | 4 | 120 | 5B | 3D |
| Octal | 321 | 100 | 366 | 17 | 112 | 0 | 4 | 440 | 133 | 75 |
| Binary | 11010001 | 1000000 | 11110110 | 1111 | 1001010 | 0 | 100 | 100100000 | 1011011 | 111101 |
Color Harmonies of #D140F6
Complementary color
Monochromatic Colors of #D140F6
Black with #D140F6
Text Example
Text Example
White with #D140F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D140F6; }
p { color: rgb(209,64,246); }
H1.HeaderClassName
{
color: #D140F6;
}
.AnyTagClassName
{
color: #D140F6;
}
</style>
background-color css
<style>
a { background-color: #D140F6; }
a { background-color: rgb(209,64,246); }
div.DivClassName
{
background-color: #D140F6;
}
.BgClassName
{
background-color: #D140F6;
}
</style>
border-color css
<style>
span { border-color: #D140F6; }
span { border-color: rgb(209,64,246); }
td.TdClassName
{
border-color: #D140F6;
}
.TagClassName
{
border-color: #D140F6;
}
</style>