Shades of Medium Orchid #D140FC
Tints of Medium Orchid #D140FC
RGB
CMYK
RGB Variations
Color information
#D140FC (or 0xD140FC) is known color: Medium Orchid. HEX triplet: D1, 40 and FC. RGB value is (209,64,252). Sum of RGB (Red+Green+Blue) = 209+64+252=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 64 (25.39% from 255 or 12.19% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #D140FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D140FC is #2EBF03. Grayscale: #808080. Windows color (decimal): -3063556 or 16531665. OLE color: 16531665.
HSL color Cylindrical-coordinate representation of color #D140FC: hue angle of 286.28º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D140FC is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 64 | 252 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.01 |
| HSL | 286.28º | 0.97% | 0.62% | - |
| HSV(B) | 286.28º | 0.75% | 0.99% | - |
| XYZ | 45.7 | 24.25 | 94.37 | - |
| YUV | 128.79 | 197.54 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 252 | 0.17 | 0.75 | 0 | 0.01 | 286.28 | 0.97 | 0.62 |
| Hex | D1 | 40 | FC | 11 | 4B | 0 | 1 | 11E | 61 | 3E |
| Octal | 321 | 100 | 374 | 21 | 113 | 0 | 1 | 436 | 141 | 76 |
| Binary | 11010001 | 1000000 | 11111100 | 10001 | 1001011 | 0 | 1 | 100011110 | 1100001 | 111110 |
Color Harmonies of #D140FC
Complementary color
Monochromatic Colors of #D140FC
Black with #D140FC
Text Example
Text Example
White with #D140FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D140FC; }
p { color: rgb(209,64,252); }
H1.HeaderClassName
{
color: #D140FC;
}
.AnyTagClassName
{
color: #D140FC;
}
</style>
background-color css
<style>
a { background-color: #D140FC; }
a { background-color: rgb(209,64,252); }
div.DivClassName
{
background-color: #D140FC;
}
.BgClassName
{
background-color: #D140FC;
}
</style>
border-color css
<style>
span { border-color: #D140FC; }
span { border-color: rgb(209,64,252); }
td.TdClassName
{
border-color: #D140FC;
}
.TagClassName
{
border-color: #D140FC;
}
</style>