Shades of Medium Orchid #D140FB
Tints of Medium Orchid #D140FB
RGB
CMYK
RGB Variations
Color information
#D140FB (or 0xD140FB) is known color: Medium Orchid. HEX triplet: D1, 40 and FB. RGB value is (209,64,251). Sum of RGB (Red+Green+Blue) = 209+64+251=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 64 (25.39% from 255 or 12.21% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #D140FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D140FB is #2EBF04. Grayscale: #808080. Windows color (decimal): -3063557 or 16466129. OLE color: 16466129.
HSL color Cylindrical-coordinate representation of color #D140FB: hue angle of 286.52º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D140FB is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 64 | 251 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.02 |
| HSL | 286.52º | 0.96% | 0.62% | - |
| HSV(B) | 286.52º | 0.75% | 0.98% | - |
| XYZ | 45.54 | 24.19 | 93.54 | - |
| YUV | 128.67 | 197.04 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 251 | 0.17 | 0.75 | 0 | 0.02 | 286.52 | 0.96 | 0.62 |
| Hex | D1 | 40 | FB | 11 | 4B | 0 | 2 | 11F | 60 | 3E |
| Octal | 321 | 100 | 373 | 21 | 113 | 0 | 2 | 437 | 140 | 76 |
| Binary | 11010001 | 1000000 | 11111011 | 10001 | 1001011 | 0 | 10 | 100011111 | 1100000 | 111110 |
Color Harmonies of #D140FB
Complementary color
Monochromatic Colors of #D140FB
Black with #D140FB
Text Example
Text Example
White with #D140FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D140FB; }
p { color: rgb(209,64,251); }
H1.HeaderClassName
{
color: #D140FB;
}
.AnyTagClassName
{
color: #D140FB;
}
</style>
background-color css
<style>
a { background-color: #D140FB; }
a { background-color: rgb(209,64,251); }
div.DivClassName
{
background-color: #D140FB;
}
.BgClassName
{
background-color: #D140FB;
}
</style>
border-color css
<style>
span { border-color: #D140FB; }
span { border-color: rgb(209,64,251); }
td.TdClassName
{
border-color: #D140FB;
}
.TagClassName
{
border-color: #D140FB;
}
</style>